public interface PrematureAlgorithmTermination
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrematureBreak(SearchStrategy.DiscoveredSolution discoveredSolution)
Returns true if algorithm should terminate, false otherwise.
|
boolean isPrematureBreak(SearchStrategy.DiscoveredSolution discoveredSolution)
discoveredSolution - the discovered solutionCopyright © 2013–2020. All rights reserved.