Module darwin_rs::simulation_builder
[−]
[src]
This module defines helper functions (builder pattern) to create a valid simulation.
darwin-rs: evolutionary algorithms with Rust
Written by Willi Kappler, Version 0.2 (2016.08.17)
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
Structs
SimulationBuilder |
This is a helper struct in order to build (configure) a valid simulation. See builder pattern: https://en.wikipedia.org/wiki/Builder_pattern |
Enums
SimError |
Type Definitions
Result |