Expand description
This module defines structure and methods for a population that is needed by a smulation.
darwin-rs: evolutionary algorithms with Rust
Written by Willi Kappler, Version 0.4 (2017.06.26)
Repository: https://github.com/willi-kappler/darwin-rs
License: MIT
This library allows you to write evolutionary algorithms (EA) in Rust. Examples provided: TSP, Sudoku, Queens Problem, OCR
Structsยง
- Population
- The
Populationtype. Contains the actual individuals (through a wrapper) and informations like thereset_limit. Use thePopulationBuilderin your main program to create populations.