public class WorstScoreSolverBenchmarkRankingComparator extends Object implements Comparator<SolverBenchmark>, Serializable
Comparator
orders a SolverBenchmark
by its worst Score
.
It minimizes the worst case scenario.Constructor and Description |
---|
WorstScoreSolverBenchmarkRankingComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(SolverBenchmark a,
SolverBenchmark b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public WorstScoreSolverBenchmarkRankingComparator()
public int compare(SolverBenchmark a, SolverBenchmark b)
compare
in interface Comparator<SolverBenchmark>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.