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
localhostport displayed in the console output.
