heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
38 stars 16 forks source link

Nonlinear regression convergence results #3174

Closed gkronber closed 2 years ago

gkronber commented 2 years ago

This PR includes several improvements:

  1. NLR uses the new ParameterOptimizer based on the native interpreter with improved performance
  2. Removed all usages of obsolete classes in NLR.
  3. Produce the number of function and Jacobian evaluations as an additional result for debugging convergence problems in NLR.
gkronber commented 2 years ago

Thank you for the improvment suggestions. I implemented all three:

gkronber commented 2 years ago

Reviewed 5d75202. Thanks.