Package samer.maths.opt
Class UnconstrainedConjGrad
- java.lang.Object
-
- samer.maths.opt.State
-
- samer.maths.opt.MinimiserBase
-
- samer.maths.opt.UnconstrainedConjGrad
-
public class UnconstrainedConjGrad extends MinimiserBase
unconstrained minimiser for smooth functions: - ConjugateGradient - OR Quasi-newton (using GillMurray updates) - Safeguarded cubic interpolation line search using gradients
-
-
Field Summary
-
Constructor Summary
Constructors Constructor and Description UnconstrainedConjGrad(Vec v, Functionx f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
run()
void
stopping()
-
Methods inherited from class samer.maths.opt.MinimiserBase
add, dispose, execute, getCommands, getMaxiter, getViewables, getViewer, perIteration, perOptimisation, starting
-
-