Skip to main content

SLSQP

While using scipy library you can follow the same process for other optimizers except when importing the optimizer.

You need to import the optimizer as shown in the following code (here we use the SLSQP optimizer):

from modopt import SLSQP

Options are available here.