roulette-wheel 0.2.2

A roulette wheel selection collection, used in genetic algorithm for fitness proportionate selection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
rand = "0.3"

[package]
authors = ["Kero <renault.cle@gmail.com>"]
description = """
A roulette wheel selection collection, used in genetic algorithm
for fitness proportionate selection.
"""
documentation = "http://docs.rs/roulette-wheel"
license = "AML"
name = "roulette-wheel"
repository = "https://github.com/Kerosene2000/roulette-wheel-rs"
version = "0.2.2"