mate_selection 0.1.0

A collection of mate-selection strategies for evolutionary algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Mate Selection

This repository is a collection of mate-selection strategies for evolutionary algorithms.

Mate selection algorithms randomly select pairs of individuals from a
population. The sampling probability of each individuals is a function of its
reproductive fitness or "score".

* [**pypi.org**]https://pypi.org/project/mate_selection/
* [**crates.io**]https://crates.io/crates/mate_selection
* [**docs.rs**]https://docs.rs/mate_selection
* [**github.com**]https://github.com/ctrl-z-9000-times/mate_selection