rust_ga 0.1.6

A simple framework for testing genetic algorithms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rust_ga"
license = "MIT"
version = "0.1.6"
authors = ["Shashi Kant <shashitnak@gmail.com>"]
edition = "2018"
description = "A simple framework for testing genetic algorithms."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.7.3"