mate-selection

A collection of mate selection methods for evolutionary algorithms


Keywords
algorithms, random, sampling
License
MIT-0
Install
pip install mate-selection==0.1.1

Documentation

Mate Selection

A collection of mate selection methods 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".