org.optaplanner.benchmark.impl.ranking
Class WorstScoreSolverRankingComparator
java.lang.Object
org.optaplanner.benchmark.impl.ranking.WorstScoreSolverRankingComparator
- All Implemented Interfaces:
- Serializable, Comparator<SolverBenchmarkResult>
public class WorstScoreSolverRankingComparator
- extends Object
- implements Comparator<SolverBenchmarkResult>, Serializable
This ranking Comparator
orders a SolverBenchmarkResult
by its worst Score
.
It minimizes the worst case scenario.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorstScoreSolverRankingComparator
public WorstScoreSolverRankingComparator()
compare
public int compare(SolverBenchmarkResult a,
SolverBenchmarkResult b)
- Specified by:
compare
in interface Comparator<SolverBenchmarkResult>
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.