org.optaplanner.core.config.localsearch.decider.acceptor
public static enum AcceptorConfig.AcceptorType extends Enum<AcceptorConfig.AcceptorType>
Enum Constant and Description |
---|
GREAT_DELUGE |
LATE_ACCEPTANCE |
LATE_SIMULATED_ANNEALING |
MOVE_TABU |
PLANNING_ENTITY_TABU |
PLANNING_VALUE_TABU |
SIMULATED_ANNEALING |
SOLUTION_TABU |
UNDO_MOVE_TABU |
Modifier and Type | Method and Description |
---|---|
static AcceptorConfig.AcceptorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceptorConfig.AcceptorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcceptorConfig.AcceptorType PLANNING_ENTITY_TABU
public static final AcceptorConfig.AcceptorType PLANNING_VALUE_TABU
public static final AcceptorConfig.AcceptorType MOVE_TABU
public static final AcceptorConfig.AcceptorType UNDO_MOVE_TABU
public static final AcceptorConfig.AcceptorType SOLUTION_TABU
public static final AcceptorConfig.AcceptorType SIMULATED_ANNEALING
public static final AcceptorConfig.AcceptorType GREAT_DELUGE
public static final AcceptorConfig.AcceptorType LATE_ACCEPTANCE
public static final AcceptorConfig.AcceptorType LATE_SIMULATED_ANNEALING
public static AcceptorConfig.AcceptorType[] values()
for (AcceptorConfig.AcceptorType c : AcceptorConfig.AcceptorType.values()) System.out.println(c);
public static AcceptorConfig.AcceptorType 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 nullCopyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.