Class GivenParetoFrontIsReachedCriterion
- java.lang.Object
-
- de.uka.ipd.sdq.tcfmoop.terminationcriteria.AbstractTerminationCriterion
-
- de.uka.ipd.sdq.tcfmoop.terminationcriteria.GivenParetoFrontIsReachedCriterion
-
- All Implemented Interfaces:
ITerminationCriterion
public class GivenParetoFrontIsReachedCriterion extends AbstractTerminationCriterion
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.tcfmoop.terminationcriteria.AbstractTerminationCriterion
archive, evaluationResult, name, outputInformation, outputNeedsUpdate, population, suggestedStop
-
-
Constructor Summary
Constructors Constructor Description GivenParetoFrontIsReachedCriterion(IConfiguration conf, org.opt4j.core.optimizer.Population population, org.opt4j.core.optimizer.Archive archive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevaluateImpl(int iteration, long currentTime)The implementation of the Evaluation logic is placed here.voidupdateOutputInformation()-
Methods inherited from class de.uka.ipd.sdq.tcfmoop.terminationcriteria.AbstractTerminationCriterion
evaluate, getEvaluationResult, getName, getOutputInformation
-
-
-
-
Constructor Detail
-
GivenParetoFrontIsReachedCriterion
public GivenParetoFrontIsReachedCriterion(IConfiguration conf, org.opt4j.core.optimizer.Population population, org.opt4j.core.optimizer.Archive archive)
-
-
Method Detail
-
evaluateImpl
public void evaluateImpl(int iteration, long currentTime)The implementation of the Evaluation logic is placed here. Implements the Given Pareto Front Is Reached Criterion: This stopping criterion receives a targeted pareto front that the optimization is trying to reach/dominate/cover. Once x percentages of the targeted front are reached/covered/dominated the criterion will report that the optimization should be stopped.- Specified by:
evaluateImplin classAbstractTerminationCriterion- Parameters:
iteration- - The number of the current iterationcurrentTime- - The current time
-
updateOutputInformation
public void updateOutputInformation()
- Specified by:
updateOutputInformationin classAbstractTerminationCriterion
-
-