Ticket #610 (closed: fixed)
Implement simplex optimisation if derivative is not available
Reported by: | Nick Draper | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
If the derivative of the fit function has not been defined switch to using the simplex optimisation in GSL.
The NotImplementedException could be thrown and checked in the base class if the derivative function has not been overridden.
Change History
Note: See
TracTickets for help on using
tickets.
(In [2570]) Implemented simplex algorithm, which will run if no derivatives are available. Also unit test added to Gaussian1Dtest which tests that with good accurately the simplex and none simplex algorithm refine a test example to the same solution. Refs #610.