Change request #1328
decouple error computation from GOptimizerLM::optimize()
Status: | Closed | Start date: | 10/02/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Mayer Michael | % Done: | 100% | |
Category: | - | |||
Target version: | 00-09-00 | |||
Duration: |
Description
To provide more flexibility in the fit, the error computation could be removed from GOptimizerLM::optimize()
. In ctlike, the function GOptimizerLM::errors()
has to be called explicitly. This will increase the computation speed, e.g. for TS computations, where no errors are needed.
For this purpose, the GOptimizer
base has to be extended by the following function:
virtual void errors(GOptimizerFunction& fct, GOptimizerPars& pars);
Recurrence
No recurrence.
Related issues
History
#1 Updated by Mayer Michael about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
available on branch 1328-remove-error-computation-from-GOptimizerLM-optimize
#2 Updated by Knödlseder Jürgen about 10 years ago
- Status changed from Feedback to Closed
Merged into devel
branch.