@@ -191,7 +191,7 @@ def _masterFunc(self, x, evaluate):
191
191
This list contains at least one of 'fobj', 'fcon', 'gobj'
192
192
or 'gcon'. This list tells this function which of the
193
193
values is required on return
194
- """
194
+ """
195
195
196
196
# We are hot starting, we should be able to read the required
197
197
# information out of the hot start file, process it and then
@@ -814,7 +814,7 @@ def setOption(self, name, value=None):
814
814
Name of the option to set
815
815
value : varies
816
816
Variable value to set.
817
- """
817
+ """
818
818
819
819
if name in self .options ["defaults" ]:
820
820
if type (value ) == self .options ["defaults" ][name ][0 ]:
@@ -850,7 +850,7 @@ def getOption(self, name):
850
850
-------
851
851
value : varies
852
852
value of option for 'name'
853
- """
853
+ """
854
854
855
855
if name in self .options ["defaults" ]:
856
856
return self .options [name ][1 ]
@@ -874,7 +874,7 @@ def getInform(self, infocode=None):
874
874
----------
875
875
infocode : int
876
876
Integer information code
877
- """
877
+ """
878
878
879
879
if infocode is None :
880
880
return self .informs
@@ -906,7 +906,7 @@ def OPT(optName, *args, **kwargs):
906
906
-------
907
907
opt : pyOpt_optimizer inherited optimizer
908
908
The desired optimizer
909
- """
909
+ """
910
910
911
911
optName = optName .lower ()
912
912
optList = ["snopt" , "ipopt" , "slsqp" , "nlpqlp" , "conmin" , "nsga2" , "psqp" , "alpso" , "paropt" ]
0 commit comments