cobyqa.framework.TrustRegion.get_second_order_correction_step#

TrustRegion.get_second_order_correction_step(step, options)[source]#

Get the second-order correction step.

Parameters:
stepnumpy.ndarray, shape (n,)

Trust-region step.

optionsdict

Options of the solver.

Returns:
numpy.ndarray, shape (n,)

Second-order correction step.