metaheuristic_designer.encoding#
Base class for the Encoding module.
This module implements a way to have a different representation in the inner working of the algorithm and the result of the procedure.
Classes
|
Identity encoding - the internal genotype is used directly. |
|
Translate between internal genotypes and problem-specific phenotypes. |
|
Encoding built from two callables. |