public enum SolverBenchmarkBluePrintType extends Enum<SolverBenchmarkBluePrintType>
| Enum Constant and Description |
|---|
CONSTRUCTION_HEURISTIC_WITH_AND_WITHOUT_LOCAL_SEARCH |
EVERY_CONSTRUCTION_HEURISTIC_TYPE
Run every
ConstructionHeuristicType. |
EVERY_CONSTRUCTION_HEURISTIC_TYPE_WITH_EVERY_LOCAL_SEARCH_TYPE
Run every
ConstructionHeuristicType with every LocalSearchType. |
EVERY_LOCAL_SEARCH_TYPE
Run the default
ConstructionHeuristicType with every LocalSearchType. |
| Modifier and Type | Method and Description |
|---|---|
protected SolverBenchmarkConfig |
buildSolverBenchmarkConfig(ConstructionHeuristicType constructionHeuristicType,
boolean localSearchEnabled,
LocalSearchType localSearchType) |
protected List<SolverBenchmarkConfig> |
buildSolverBenchmarkConfigList() |
static SolverBenchmarkBluePrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolverBenchmarkBluePrintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolverBenchmarkBluePrintType CONSTRUCTION_HEURISTIC_WITH_AND_WITHOUT_LOCAL_SEARCH
public static final SolverBenchmarkBluePrintType EVERY_CONSTRUCTION_HEURISTIC_TYPE
ConstructionHeuristicType.public static final SolverBenchmarkBluePrintType EVERY_LOCAL_SEARCH_TYPE
ConstructionHeuristicType with every LocalSearchType.public static final SolverBenchmarkBluePrintType EVERY_CONSTRUCTION_HEURISTIC_TYPE_WITH_EVERY_LOCAL_SEARCH_TYPE
ConstructionHeuristicType with every LocalSearchType.public static SolverBenchmarkBluePrintType[] values()
for (SolverBenchmarkBluePrintType c : SolverBenchmarkBluePrintType.values()) System.out.println(c);
public static SolverBenchmarkBluePrintType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullprotected List<SolverBenchmarkConfig> buildSolverBenchmarkConfigList()
protected SolverBenchmarkConfig buildSolverBenchmarkConfig(ConstructionHeuristicType constructionHeuristicType, boolean localSearchEnabled, LocalSearchType localSearchType)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.