Popularity
2.7
Stable
Activity
0.0
Stable
64
9
4

Programming language: Rust
License: GNU Affero General Public License v3.0
Latest version: v1.2.0

rust-genetic-algorithm alternatives and similar packages

Based on the "Applications written in Rust" category.
Alternatively, view rust-genetic-algorithm alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rust-genetic-algorithm or a related project?

Add another 'Applications written in Rust' Package

README

Genetic Algorithm

Build Status

A genetic algorithm in Rust for the following benchmark problems:

  • Ackley
  • Griewangk
  • Rastrigin
  • Rosenbrock
  • Schwefel
  • Sphere

Usage:

  1. Install Rust
  2. Build with cargo build --release
  3. Search with ./target/release/rust-genetic-algorithm
  4. See further usage with rust-genetic-algorithm --help

Based on my prior implementation in C++.