mirror of
https://github.com/apache/commons-math.git
synced 2025-02-11 04:26:20 +00:00
some optimizers are based on gradient/jacobian only and cannot reliably be protected by monitoring the objective function calls. We now have two or three counters for each algorithm: - iteration counter, which is checked against a max allowance to prevent infinite loops if no convergence is reached - objective function evaluations, for user information only - objective function gradient/jacobian if the function is differentiable, for user information only git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@757181 13f79535-47bb-0310-9956-ffa450edef68
Description
Languages
Java
99.3%
R
0.5%