ICB-DCM / PESTO

PESTO: Parameter EStimation TOolbox, Bioinformatics, btx676, 2017.
https://doi.org/10.1093/bioinformatics/btx676
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Option no hessian #175

Closed paulstapor closed 6 years ago

paulstapor commented 6 years ago

As already discussed, for some optimization methods, it is not natural to have the Hessian computed after optimization, as this must be done separately and takes a lot of time. On the other hand, when result from optimization are stored, the very most memory goes into the Hessians, which are not always needed. It hence makes sense to be able to disable storing or computing the Hessian after optimization.