Class | Description |
---|---|
GeneticMappingCreator |
The creator class used to generate random genotype objects.
|
GeneticMappingDecoder |
The decoder class used to convert our genotype into a phenotype
which is the mapping matrix.
|
GeneticMappingEvaluator |
The evaluator class used to determine the quality of one phenotype,
i.e. the worst case power loss or SNR according to the mapping objective.
|
GeneticMappingGenotype |
The custom genotype for the optimization
mapping problem.
|
GeneticMappingModule |
The problem module class is used to define the problem and
particularly the corresponding creator, decoder, and evaluator.
|
GeneticMappingOptimizer |
The optimizer class that is based on mutation only.
|
GeneticMappingOptimizerModule |
The optimization module class.
|