radiate

Crates.ioradiate
lib.rsradiate
version
sourcesrc
created_at2019-11-17 22:49:31.370532
updated_at2024-12-01 00:09:52.174759
descriptionA Rust library for genetic algorithms and artificial evolution.
homepage
repositoryhttps://github.com/pkalivas/radiate
max_upload_size
id182119
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
pkalivas (pkalivas)

documentation

https://pkalivas.github.io/radiate/

README

Radiate

master branch checks Crates.io Crates.io License Static badge

For more details check the Documentation

Radiate is a powerful Rust library designed for implementing genetic algorithms and artificial evolution techniques. It provides a fast and flexible framework for creating, evolving, and optimizing solutions to complex problems using principles inspired by natural selection and genetics. With an intuitive, 'plug and play' style API, Radiate allows you to quickly test a multitude of evolutionary strategies and configurations.


Commit count: 381

cargo fmt