You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASL (AMPL Solver Library, see #215) is available as a variant called solvers2 (tarball here, user manual here) that is particularly suited for multiple threads or to separate evaluation workspaces. It was recommended to me for the implementation of a trust-region SQP method within my solver Uno.
I'm hoping it shouldn't be too much work to build upon the recipe for ASL.
The text was updated successfully, but these errors were encountered:
I wasn't aware that solver2 existed. Give me a little time to look around and get a feel for what's changed. If it hasn't changed too much, adapting the current interface shouldn't be too hard.
ASL (AMPL Solver Library, see #215) is available as a variant called
solvers2
(tarball here, user manual here) that is particularly suited for multiple threads or to separate evaluation workspaces. It was recommended to me for the implementation of a trust-region SQP method within my solver Uno.I'm hoping it shouldn't be too much work to build upon the recipe for ASL.
The text was updated successfully, but these errors were encountered: