Use COBYQA
instead of COBYLA
with scipy >= 1.14
in scipy.optimize.minimize
#330
Labels
COBYQA
instead of COBYLA
with scipy >= 1.14
in scipy.optimize.minimize
#330
Since SciPy 1.14 the
method='COBYQA'
, which is supposedly a better method than'COBYLA'
.Be sure to check whether this actually leads to faster runtimes, and doesn't negatively impact the accuracy too much.
Relevant methods
lmo.diagnostic.rejection_point
lmo.diagnostic.error_sensitivity
, see also Vectorizediagnostic.error_sensitivity
withscipy.optimize.elementwise.find_minimum
onscipy>=1.15
#363lmo.diagnostic.shift_sensitivity
More info
The text was updated successfully, but these errors were encountered: