SNOPT
While using SNOPT 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:
from modopt import SNOPT
Options are available here.
While using SNOPT 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:
from modopt import SNOPT
Options are available here.