cobyqa.framework.TrustRegion.get_second_order_correction_step#
- TrustRegion.get_second_order_correction_step(step, options)[source]#
Get the second-order correction step.
- Parameters:
- step
numpy.ndarray, shape (n,) Trust-region step.
- optionsdict
Options of the solver.
- step
- Returns:
numpy.ndarray, shape (n,)Second-order correction step.