[][src]Crate optlib

The crate for global optimization algorithms. The crate uses common traits for easy switch between algorithms.

Modules

genetic

The module with genetic algorithm implementation.

testfunctions

The module with functions to test optimization algorithms.

Traits

Agent

The trait for single point in search space. The trait used with AlgorithmWithAgents.

AlgorithmWithAgents

The trait for algotithms where use agents (genetic algorithm, partical swarm algorithm etc).

Optimizer

Common Optimizer trait.