An open API service indexing awesome lists of open source software.

https://github.com/sebdeveloper6952/rust-genetic-algorithms


https://github.com/sebdeveloper6952/rust-genetic-algorithms

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

### How to Run
1. install Docker
2. `docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD:/usr/src/myapp" -w /usr/src/myapp rust cargo build --release`
3. `docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD:/usr/src/myapp" -w /usr/src/myapp rust ./target/release/genetic-algorithms`