1

I would like to know how the SLSQP optimizer in scipy.optimizer.minimize uses the 'ftol' parameter for a problem with equality and inequality constraints? I would like to know exactly how the termination criterion is applied.

Thank you in advance.

1 Answers1

0

A copy of the original paper can be found here:

https://yetanothermathprogrammingconsultant.blogspot.com/2022/02/slsqp-original-paper.html

Erwin Kalvelagen
  • 15,677
  • 2
  • 14
  • 39