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.
> 

OK.
How to deactivate the CheckStyle warning?


Gilles

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

Reply via email to