Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasbratt/watchmaker_vm
A virtual machine for use with genetic algorithms.
https://github.com/thomasbratt/watchmaker_vm
Last synced: 6 days ago
JSON representation
A virtual machine for use with genetic algorithms.
- Host: GitHub
- URL: https://github.com/thomasbratt/watchmaker_vm
- Owner: thomasbratt
- License: mit
- Created: 2022-06-28T07:21:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T15:27:10.000Z (over 2 years ago)
- Last Synced: 2024-08-09T07:09:15.756Z (3 months ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - thomasbratt/watchmaker_vm
README
# watchmaker_vm
***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