Dogggg / accord

Automatically exported from code.google.com/p/accord
0 stars 0 forks source link

Avoid exceptions in the optimization algorithms #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Current optimization algorithms may throw exceptions to indicate failure to 
converge and other difficulties during the optimization. However, 
meta-algorithms which would like to control the behavior of the optimization 
algorithms should not rely on the exception handling mechanism for this.

It would be needed to redesign the optimization classes so they don't throw 
exceptions (which would be a breaking change), or at least include a way to 
change the current behavior and report the convergence status using other 
signalling mechanism.

Original issue reported on code.google.com by cesarso...@gmail.com on 5 Sep 2013 at 2:19

GoogleCodeExporter commented 8 years ago

Original comment by cesarso...@gmail.com on 8 Aug 2014 at 10:00

GoogleCodeExporter commented 8 years ago
Will be available in the next release.

Original comment by cesarso...@gmail.com on 8 Aug 2014 at 10:00

GoogleCodeExporter commented 8 years ago
Available on release 2.13.

Original comment by cesarso...@gmail.com on 19 Aug 2014 at 8:32