#genetic-algorithm #problem #solving #maximization

yanked evolution_rs

A small Rust library for solving maximization problems using genetic algorithms

0.2.0 Jan 18, 2020
0.1.0 Jan 18, 2020

#48 in #solving

MIT license

7KB
150 lines

evolution_rs

This is a small Rust library for solving maximization problems using genetic algorithms.

See the example to see how it works.

Usage

The crate is accessible through crates.io.

You can add it to your Cargo.toml:

[dependencies]
evolution_rs = "0.1.0"

Dependencies

~330–560KB