Since [SciPy 1.14](https://docs.scipy.org/doc/scipy/release/1.14.0-notes.html#scipy-optimize-improvements) 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 #363 - `lmo.diagnostic.shift_sensitivity` ## More info - https://www.cobyqa.com/stable/ - https://docs.scipy.org/doc/scipy/reference/optimize.minimize-cobyqa.html - https://theses.lib.polyu.edu.hk/handle/200/12294
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_pointlmo.diagnostic.error_sensitivity, see also Vectorizediagnostic.error_sensitivitywithscipy.optimize.elementwise.find_minimumonscipy>=1.15#363lmo.diagnostic.shift_sensitivityMore info