public class InvertedCompareUtils extends Object
| Constructor and Description |
|---|
InvertedCompareUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
ConstraintCompare(Solution solution1,
Solution solution2) |
static int |
CrowdingDistanceCompare(Solution solution1,
Solution solution2) |
static com.github.chen0040.data.utils.TupleTwo<Integer,Boolean> |
EpsilonObjectiveCompare(Solution solution1,
Solution solution2,
double[] epsilons) |
static int |
ParetoConstraintCompare(Solution solution1,
Solution solution2) |
static int |
ParetoObjectiveCompare(Solution solution1,
Solution solution2) |
static int |
RankCompare(Solution solution1,
Solution solution2) |
public static com.github.chen0040.data.utils.TupleTwo<Integer,Boolean> EpsilonObjectiveCompare(Solution solution1, Solution solution2, double[] epsilons)
public static int ParetoConstraintCompare(Solution solution1, Solution solution2)
public static int ParetoObjectiveCompare(Solution solution1, Solution solution2)
public static int CrowdingDistanceCompare(Solution solution1, Solution solution2)
Copyright © 2017. All rights reserved.