JuliaSmoothOptimizers / SolverTools.jl

Tools for developing nonlinear optimization solvers.
Other
26 stars 19 forks source link

trap unexpected errors in run_solver #14

Closed vepiteski closed 8 years ago

vepiteski commented 8 years ago

There were untrapped exceptions on some AMPL models interrupting the benchmark.

Also, for linux usage, a wrapper to LbfgsB is provided.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-2.3%) to 41.667% when pulling 6e983bbfe19d67f1aa40bb00faecaf3a3fff9397 on JPD into cc9ac1fe32cbdd87e060b7d2dbb9a78fbf227f1e on master.

dpo commented 8 years ago

@vepiteski I am going to close this, not because it's not good or not useful, but it's too specific to your local setup at the moment. Also LBFGS-B isn't accessible on OSX currently. These updates will probably be merged when we start looking at your solvers. Thanks.