rsgenetic 1.7.5

A library providing genetic algorithm execution.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rsgenetic"
version = "1.7.5"
authors = ["Mathieu De Coster <mth.decoster@gmail.com>"]
description = "A library providing genetic algorithm execution."
repository = "https://github.com/m-decoster/RsGenetic"
homepage = "https://github.com/m-decoster/RsGenetic"
readme = "README.md"
keywords = ["genetic", "algorithm", "evolution"]
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rsgenetic/"

[dependencies]
rand = "0.3"