protected static interface RandomShrinkSearch.Searcher
| Modifier and Type | Method and Description |
|---|---|
void |
newTopSolution(TrialPoint oldPoint,
TrialPoint newPoint)
An event indicating that a new solution has been found which is better than the previous
best solution according to the score given by the evaluator.
|
TrialPoint |
nextTrialPoint()
Get the next trial point.
|
void |
reset()
reset for searching from scratch; forget history
|
void reset()
void newTopSolution(TrialPoint oldPoint, TrialPoint newPoint)
oldPoint - The old best point.newPoint - The new best point.TrialPoint nextTrialPoint()