public class StochasticOptimizerFactoryLevenbergMarquardtAD extends Object implements StochasticOptimizerFactoryInterface
| Constructor and Description |
|---|
StochasticOptimizerFactoryLevenbergMarquardtAD(int maxIterations,
double errorTolerance,
int maxThreads) |
StochasticOptimizerFactoryLevenbergMarquardtAD(int maxIterations,
int maxThreads) |
| Modifier and Type | Method and Description |
|---|---|
StochasticOptimizerInterface |
getOptimizer(StochasticOptimizerInterface.ObjectiveFunction objectiveFunction,
RandomVariableInterface[] initialParameters,
RandomVariableInterface[] lowerBound,
RandomVariableInterface[] upperBound,
RandomVariableInterface[] parameterSteps,
RandomVariableInterface[] targetValues) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptimizer, getOptimizerpublic StochasticOptimizerFactoryLevenbergMarquardtAD(int maxIterations,
double errorTolerance,
int maxThreads)
public StochasticOptimizerFactoryLevenbergMarquardtAD(int maxIterations,
int maxThreads)
public StochasticOptimizerInterface getOptimizer(StochasticOptimizerInterface.ObjectiveFunction objectiveFunction, RandomVariableInterface[] initialParameters, RandomVariableInterface[] lowerBound, RandomVariableInterface[] upperBound, RandomVariableInterface[] parameterSteps, RandomVariableInterface[] targetValues)
getOptimizer in interface StochasticOptimizerFactoryInterfaceCopyright © 2018. All rights reserved.