Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 411 Bytes

An implementation of Genetic algorithm in Rust.

Steps to run:

  1. Enter folder libs/simulation-wasm, then run command wasm-pack build.
  2. Enter folder www, then run command npm install, then npm run start.
  3. In a browser, visit the localhost port displayed in the console output.

Screenshot_2