Class DSEEvaluator

java.lang.Object
de.uka.ipd.sdq.dsexplore.opt4j.representation.DSEEvaluator
All Implemented Interfaces:
org.opt4j.core.problem.Evaluator<PCMPhenotype>

public class DSEEvaluator extends Object implements org.opt4j.core.problem.Evaluator<PCMPhenotype>
The Evaluator is responsible for determining the objective functions values for an individual based on the phenotype (i.e. the PCM instance). Thus, it calls the simulation or LQN solver for performance and also a cost evaluator. It is a singleton