Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unhindered-ec/unhindered-ec
A Rust framework supporting a variety of evolutionary computation (EC) tools
https://github.com/unhindered-ec/unhindered-ec
evolutionary-algorithms evolutionary-computation framework genetic-algorithm rust
Last synced: about 1 month ago
JSON representation
A Rust framework supporting a variety of evolutionary computation (EC) tools
- Host: GitHub
- URL: https://github.com/unhindered-ec/unhindered-ec
- Owner: unhindered-ec
- License: other
- Created: 2022-08-04T03:17:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T00:54:20.000Z (about 1 month ago)
- Last Synced: 2025-01-08T01:35:13.448Z (about 1 month ago)
- Topics: evolutionary-algorithms, evolutionary-computation, framework, genetic-algorithm, rust
- Language: Rust
- Homepage:
- Size: 1.56 MB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-rust-list - unhindered-ec/unhindered-ec - ec/unhindered-ec?style=social"/> : A Rust framework supporting a variaty of evolutionary computation (EC) tools. (Scientific Computation)
- awesome-rust-list - unhindered-ec/unhindered-ec - ec/unhindered-ec?style=social"/> : A Rust framework supporting a variaty of evolutionary computation (EC) tools. (Scientific Computation)
README
# unhindered-ec
This is a simple (but pretty flexible) bit-string genetic algorithm
in Rust so I can compare its performance to a similar system in
Clojure.See [Planning.md](Planning.md) for info on where we're heading
and what we've accomplished.## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.