protected static class GaussNewtonMinimizer.MySteepestDescent extends SteepestDescentMinimizer
| Modifier and Type | Class and Description |
|---|---|
protected class |
GaussNewtonMinimizer.MySteepestDescent.GaussNewtonImpl
an implementation of the Gauss-Newton algorithm.
|
SteepestDescentMinimizer.SteepestDescentImplepsilon, maxIterations| Modifier | Constructor and Description |
|---|---|
protected |
MySteepestDescent(double epsilon,
int maxIterations) |
| Modifier and Type | Method and Description |
|---|---|
IterativeSolution<Vector> |
solve(C2OptimProblem problem)
Solve a minimization problem with a C2 objective function.
|
public IterativeSolution<Vector> solve(C2OptimProblem problem)
SteepestDescentMinimizersolve in interface Optimizer<C2OptimProblem,IterativeSolution<Vector>>solve in class SteepestDescentMinimizerproblem - a minimization problem with a C2 objective functionCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.