public class SweepingSearch extends LocalSearch
| Constructor and Description |
|---|
SweepingSearch() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(LocalSearch rhs) |
LocalSearch |
makeCopy() |
NumericSolution |
minimize(double[] x_0,
CostEvaluationMethod evaluate,
GradientEvaluationMethod calc_gradient,
TerminationEvaluationMethod should_terminate,
Object constraint) |
addIterateListener, addUpdateListener, getLowerBounds, getUpperBounds, minimize, minimize, minimize, notifySolutionUpdated, removeIterateListener, removeUpdateListener, setLowerBounds, setUpperBounds, steppublic void copy(LocalSearch rhs)
copy in class LocalSearchpublic LocalSearch makeCopy()
makeCopy in class LocalSearchpublic NumericSolution minimize(double[] x_0, CostEvaluationMethod evaluate, GradientEvaluationMethod calc_gradient, TerminationEvaluationMethod should_terminate, Object constraint)
minimize in class LocalSearchCopyright © 2017. All rights reserved.