cobyqa.framework.TrustRegion.update_radius#
- TrustRegion.update_radius(step, ratio)[source]#
Update the trust-region radius.
- Parameters:
- step
numpy.ndarray, shape (n,) Trust-region step.
- ratiofloat
Reduction ratio.
- step
Update the trust-region radius.
numpy.ndarray, shape (n,)Trust-region step.
Reduction ratio.