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