| Crates.io | mate_selection |
| lib.rs | mate_selection |
| version | 0.1.1 |
| created_at | 2024-11-19 01:26:36.008802+00 |
| updated_at | 2024-11-19 01:40:33.704945+00 |
| description | A collection of mate selection methods for evolutionary algorithms |
| homepage | |
| repository | https://github.com/ctrl-z-9000-times/mate_selection.git |
| max_upload_size | |
| id | 1452798 |
| size | 41,849 |
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".