clusteringfittingintegrationinterpolationjavaleast-squaresmathoptimizationpolynomialsolverstattransforms
87c0ddbc6e
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 |
||
---|---|---|
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
PROPOSAL.html | ||
RELEASE-NOTES.txt | ||
build.properties.sample | ||
build.xml | ||
checkstyle.xml | ||
doap_math.rdf | ||
findbugs-exclude-filter.xml | ||
license-header.txt | ||
maven.xml | ||
pom.xml | ||
project.properties | ||
project.xml | ||
release-notes.jsl | ||
test-jar.xml | ||
testOnly.sh |