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