[][src]Module optlib::genetic::creation::vec_float

The module with Creators for the case when chromosomes are Vec (vector of the genes). Gene - single value in chromosome. The Creators used to create the first generation of individuals.

Structs

RandomCreator

Creator to initialize population by individuals with random genes in the preset intervals. G - type of genes. Chromosome is vector of the genes.