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
This is Dr. Zaikun Zhang from the Hong Kong Polytechnic University. Together with Professor N.I.M. Gould, I am responsible for maintaining the derivative-free optimization solvers of the late Professor M.J.D. Powell. I have developed PRIMA, which is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA.
If you are interested in trying Powell's methods, it is advised to use the PRIMA implementation, as The Fortran 77 code of COBYLA is not maintained anymore.
Hi @zaikunzhang, your project looks fantastic! However this repository is for a project written in Rust and I was looking for libraries written in Rust or at least having Rust bindings. Though C wrapper you provide should be easy bind to Rust, I personally have no energy for such a project right now
https://lib.rs/crates/cobyla
The text was updated successfully, but these errors were encountered: