rsgenetic 0.6.0

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

[dependencies]
rand = "0.3"
time = "0.1"