|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SolverBenchmarkRankingType>
org.optaplanner.benchmark.impl.ranking.SolverBenchmarkRankingType
public enum SolverBenchmarkRankingType
| Enum Constant Summary | |
|---|---|
TOTAL_RANKING
Maximize the overall ranking. |
|
TOTAL_SCORE
Maximize the overall score, so minimize the overall cost if all Solutions would be executed. |
|
WORST_SCORE
Minimize the worst case scenario. |
|
| Method Summary | |
|---|---|
static SolverBenchmarkRankingType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SolverBenchmarkRankingType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SolverBenchmarkRankingType TOTAL_SCORE
Solutions would be executed.
TotalScoreSolverBenchmarkRankingComparatorpublic static final SolverBenchmarkRankingType WORST_SCORE
WorstScoreSolverBenchmarkRankingComparatorpublic static final SolverBenchmarkRankingType TOTAL_RANKING
TotalRankSolverBenchmarkRankingWeightFactory| Method Detail |
|---|
public static SolverBenchmarkRankingType[] values()
for (SolverBenchmarkRankingType c : SolverBenchmarkRankingType.values()) System.out.println(c);
public static SolverBenchmarkRankingType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||