radiate-extensions

Crates.ioradiate-extensions
lib.rsradiate-extensions
version
sourcesrc
created_at2024-11-18 23:46:34.967584
updated_at2024-12-01 00:17:46.634485
descriptionExtensions for radiate. Genetic Programming implementations for graphs (neural networks) and regression analysis
homepage
repositoryhttps://github.com/pkalivas/radiate
max_upload_size
id1452748
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