Enum SolverBenchmarkBluePrintType
java.lang.Object
java.lang.Enum<SolverBenchmarkBluePrintType>
org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintType
- All Implemented Interfaces:
Serializable,Comparable<SolverBenchmarkBluePrintType>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRun everyConstructionHeuristicType.Run everyConstructionHeuristicTypewith everyLocalSearchType.Run the defaultConstructionHeuristicTypewith everyLocalSearchType. -
Method Summary
Modifier and TypeMethodDescriptionprotected SolverBenchmarkConfigbuildSolverBenchmarkConfig(org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType constructionHeuristicType, boolean localSearchEnabled, org.optaplanner.core.config.localsearch.LocalSearchType localSearchType) protected List<SolverBenchmarkConfig>static SolverBenchmarkBluePrintTypeReturns 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.
-
Enum Constant Details
-
CONSTRUCTION_HEURISTIC_WITH_AND_WITHOUT_LOCAL_SEARCH
public static final SolverBenchmarkBluePrintType CONSTRUCTION_HEURISTIC_WITH_AND_WITHOUT_LOCAL_SEARCH -
EVERY_CONSTRUCTION_HEURISTIC_TYPE
Run everyConstructionHeuristicType. -
EVERY_LOCAL_SEARCH_TYPE
Run the defaultConstructionHeuristicTypewith everyLocalSearchType. -
EVERY_CONSTRUCTION_HEURISTIC_TYPE_WITH_EVERY_LOCAL_SEARCH_TYPE
public static final SolverBenchmarkBluePrintType EVERY_CONSTRUCTION_HEURISTIC_TYPE_WITH_EVERY_LOCAL_SEARCH_TYPERun everyConstructionHeuristicTypewith everyLocalSearchType.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
buildSolverBenchmarkConfigList
-
buildSolverBenchmarkConfig
protected SolverBenchmarkConfig buildSolverBenchmarkConfig(org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType constructionHeuristicType, boolean localSearchEnabled, org.optaplanner.core.config.localsearch.LocalSearchType localSearchType)
-