Module metaheuristics_nature::utility[][src]

Expand description

The utility API for advanced usage.

There is a prelude module that will import all the items of this crate.

use metaheuristics_nature::utility::prelude::*;

Modules

A prelude module for algorithm implementation.

Structs

The base class of algorithms.

An uniformed random number generator.

Collect configuration and build the solver.

Traits

The methods of the meta-heuristic algorithms.

The return value of the objective function (ObjFunc).

A trait that provides a conversion to original setting.