/[Apache-SVN]
ViewVC logotype

Revision 1179947


Jump to revision: Previous Next
Author: luc
Date: Fri Oct 7 07:25:51 2011 UTC (13 years, 1 month ago)
Changed paths: 4
Log Message:
Added checkstyle filter for exceptional catch of RuntimeException.

These catch occur in multi-start optimizers. The exceptions are caught
and stored, and if all restarts fail, then one of the stored
RuntimeException is rethrown. The purpose of multi-start is both to
allow some trials to fail and to avoid being trapped in a local
extremum. Catching RuntimeException is therefore mandatory here, and not
dangerous since we rethrow them as needed.

Changed paths

Path Details
Directorycommons/proper/math/trunk/checkstyle.xml modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/BaseMultiStartMultivariateRealOptimizer.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/BaseMultiStartMultivariateVectorialOptimizer.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/univariate/MultiStartUnivariateRealOptimizer.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26