Flickr4Java icon indicating copy to clipboard operation
Flickr4Java copied to clipboard

python scipy optimize minimize

Open zjheidi opened this issue 3 years ago • 0 comments

Subject of the issue

I am using scipy optimize minimize (method = 'SLSQP') to solve an optimization issue. It turns out that the results violate some of the constraints. Is it because the algo SLSQP encoded in scipy optimize minimize function does not necessarily follow the constraints strictly? Should I consider using method = 'trust-constr' instead or do you have any other suggestions?

zjheidi avatar Dec 31 '21 18:12 zjheidi