public class ParetoOptimalJudge extends SolutionJudge
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Trial> |
_optimalSolutions |
_eventProxy, _messageCenter| Constructor and Description |
|---|
ParetoOptimalJudge() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Trial> |
getOptimalSolutions()
Get the optimal solutions.
|
void |
judge(Trial solution)
Judge the trial.
|
void |
reset()
Reset the pareto optimal judge.
|
addSolutionJudgeListener, getInstance, removeSolutionJudgeListenerprotected java.util.List<Trial> _optimalSolutions
public void reset()
reset in class SolutionJudgepublic java.util.List<Trial> getOptimalSolutions()
getOptimalSolutions in class SolutionJudgepublic void judge(Trial solution)
judge in class SolutionJudgesolution - The new solution to
update the pareto optimal judge with.