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
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.
The text was updated successfully, but these errors were encountered:
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:
OptimizationProblem
s that have lband
ub` defined.This second one is important, as right now I cannot solve the same problem with
BBO_adaptive_de_rand_1_bin_radiuslimited
andAdam
. It would be nice to use two solvers like this without having to juggle two different (but almost identical)Optimizationproblem
s.The text was updated successfully, but these errors were encountered: