Module population_builder

Source
Expand description

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

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§

Error
The Error type.
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§

ErrorKind
The kind of an error.

Traits§

ResultExt
Additional methods for Result, for easy interaction with this crate.

Type Aliases§

Result
Convenient wrapper around std::Result.