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.SteepestDescentImpl
epsilon, 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)
SteepestDescentMinimizer
solve
in interface Optimizer<C2OptimProblem,IterativeSolution<Vector>>
solve
in class SteepestDescentMinimizer
problem
- a minimization problem with a C2 objective functionCopyright © 2010-2017 Numerical Method Incorporation Limited. All Rights Reserved.