https://github.com/sebdeveloper6952/rust-genetic-algorithms
https://github.com/sebdeveloper6952/rust-genetic-algorithms
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebdeveloper6952/rust-genetic-algorithms
- Owner: sebdeveloper6952
- Created: 2020-11-08T01:40:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T16:40:22.000Z (over 5 years ago)
- Last Synced: 2025-06-25T18:47:31.820Z (12 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`