public interface HillClimberSelection
NeighbourSelection to indicate that it is employed by a hill climber.
| Modifier and Type | Method and Description |
|---|---|
void |
setHcMode(boolean hcMode)
True if employed by a hill climber, e.g., worsening moves may be skipped.
|
void setHcMode(boolean hcMode)
hcMode - true if used by a hill climber (worsening moves are automatically discarded)