/[Apache-SVN]
ViewVC logotype

Revision 735475


Jump to revision: Previous Next
Author: luc
Date: Sun Jan 18 15:39:35 2009 UTC (15 years, 9 months ago)
Changed paths: 11
Log Message:
Added a new minimization package with an implementation of the Brent algorithm
contributed by Gilles Sadowski.
The implementation needs some testing as it seems to never use the parabola fitting
and only relying on golden section. This may be due to the refactoring I did on
the original patch.
Jira: MATH-177

Changed paths

Path Details
Directorycommons/proper/math/trunk/pom.xml modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/ added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/BrentMinimizer.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/UnivariateRealMinimizer.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/UnivariateRealMinimizerImpl.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/package.html added
Directorycommons/proper/math/trunk/src/site/xdoc/changes.xml modified , text changed
Directorycommons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml modified , text changed
Directorycommons/proper/math/trunk/src/site/xdoc/userguide/index.xml modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/analysis/minimization/ added
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/analysis/minimization/BrentMinimizerTest.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26