Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasbratt/watchmaker
A genetic algorithm implementation in Rust.
https://github.com/thomasbratt/watchmaker
Last synced: 3 months ago
JSON representation
A genetic algorithm implementation in Rust.
- Host: GitHub
- URL: https://github.com/thomasbratt/watchmaker
- Owner: thomasbratt
- License: mit
- Created: 2021-12-19T15:25:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T15:27:25.000Z (over 2 years ago)
- Last Synced: 2024-08-08T20:53:43.699Z (5 months ago)
- Language: Rust
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - thomasbratt/watchmaker
README
# watchmaker
***See [core/README.md](core/README.md)***
This repository is a Cargo workspace with:
* a [core](core) crate
* a [tests](tests) crateThis arrangement allows code reuse between tests, examples and benches without affecting the [core](core) crate.
## License
MIT permissive license. See [LICENSE](LICENSE) for full license details.
## Source Code Repository