Package de.uka.ipd.sdq.dsexplore.opt4j.representation
package de.uka.ipd.sdq.dsexplore.opt4j.representation
-
ClassesClassDescriptionThe
AdaptiveMutationRatealways uses a mutation rate of 1 / (genome length).TheDSECreatoris responsible for randomly creating genotypes in the solution space.TheDSEDecoderis responsible for converting the genotypes into proper PCM instances that can then be analysed.The Evaluator is responsible for determining the objective functions values for an individual based on the phenotype (i.e.TheDSEProblemdefines the problem.