An implementation of Genetic algorithm in Rust.
Steps to run:
- Enter folder
libs/simulation-wasm
, then run commandwasm-pack build
. - Enter folder
www
, then run commandnpm install
, thennpm run start
. - In a browser, visit the
localhost
port displayed in the console output.