doidor / rust-simple-genetic

This is a simple rust project that implements a string guessing genetic algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String guess genetic algorithm

This project is a very simple implementation of a string guesser using genetic algorithms in Rust.

Usage

Development:

$ cargo run

"Production":

$ cargo build --release

About

This is a simple rust project that implements a string guessing genetic algorithm.


Languages

Language:Rust 100.0%