| Constructor and Description |
|---|
TrialsBudget(int budget)
Stop when the specified number of candidate solutions have been tried.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExhausted(Solution solution)
Returns true when the allocated budget is exhausted.
|
public TrialsBudget(int budget)
budget - public final boolean isExhausted(Solution solution)
BudgetisExhausted in interface BudgetCopyright © 2017. All rights reserved.