Skip to content

Bounded Adam solver (at least box constraints) #886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TorkelE opened this issue Mar 18, 2025 · 0 comments
Open

Bounded Adam solver (at least box constraints) #886

TorkelE opened this issue Mar 18, 2025 · 0 comments

Comments

@TorkelE
Copy link
Member

TorkelE commented Mar 18, 2025

Might already exist, but this would be really useful to have.

So Adam generally is non-constrained, however, it can be made constrained by modifying the loss function. But it would be nice to have a version of the solver which does this directly. Two reasons:

  • Can potentially add a nicer way of dealing with the constraints than the user can code).
  • Can deal with OptimizationProblems that have lbandub` defined.

This second one is important, as right now I cannot solve the same problem with BBO_adaptive_de_rand_1_bin_radiuslimited and Adam. It would be nice to use two solvers like this without having to juggle two different (but almost identical) Optimizationproblems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant