Le 06/10/2011 17:24, Gilles Sadowski a écrit :
Hello.

In the code in the following classes
   BaseMultiStartMultivariateRealOptimizer
   BaseMultiStartMultivariateVectorialOptimizer
there is a
  catch(RuntimeException e)

This contradicts the statement (in "UnivariateRealFunction") stating that
user-defined exceptions are never caught by CM.

Not really. The exceptions are catch in order to allow a retry, which is the exact purpose of multi-start. If everything fails, the last exception is rethrown.

Luc



Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to