module documentation

Search space transformation and encoding/decoding classes

Class AdaptiveDecoding base class for adaptive decoding.
Class BoxConstraintsLinQuadTransformation implement a bijective, monotonous transformation between [lb - al, ub + au] and [lb, ub].
Class BoxConstraintsTransformationBase Implements a transformation into boundaries and is used in top level boundary handling classes.
Class ConstRandnShift ConstRandnShift()(x) adds a fixed realization of stddev * randn(len(x)) to the vector x.
Class DiagonalDecoding Diagonal linear transformation with exponential update.
Class GenoPheno Genotype-phenotype transformation.
Class Rotation implement an orthogonal linear transformation for each dimension.
Class _BoxConstraintsTransformationTemplate copy/paste this template to implement a new boundary handling transformation