Module darwin_rs::population_builder [] [src]

This module defines helper functions (builder pattern) to create a valid population.

darwin-rs: evolutionary algorithms with Rust

Written by Willi Kappler, Version 0.3 (2016.08.29)

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

PopulationBuilder

This is a helper struct in order to build (configure) a valid population. See builder pattern: https://en.wikipedia.org/wiki/Builder_pattern

Enums

PopError

Type Definitions

Result