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
Hey, I wanted to know if there has been discussion on using AbstractConstrainedOptimizer uniformly within Optim as the parent type for the constrained optimizers. Currently only Fminbox follows this where as SAMIN<:ZerothOrderOptimizer and IPNewton defines a new abstract ConstrainedOptimizer type.
If you agree I can put together the PR for this. Thanks.