Package de.uka.ipd.sdq.dsexplore.opt4j.representation
package de.uka.ipd.sdq.dsexplore.opt4j.representation
-
ClassDescriptionThe
AdaptiveMutationRate
always uses a mutation rate of 1 / (genome length).TheDSECreator
is responsible for randomly creating genotypes in the solution space.TheDSEDecoder
is 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.TheDSEProblem
defines the problem.