Luc Maisonobe 87c0ddbc6e separated iteration counter from function evaluation counters,
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
2009-03-22 13:00:00 +00:00
2009-01-24 19:51:09 +00:00
2009-01-25 15:03:00 +00:00
2008-04-24 14:40:29 +00:00
2008-04-24 14:40:29 +00:00
Languages
Java 99.3%
R 0.5%