Lines Matching full:step
48 // radius, which it then uses to solve for the trust region step using
54 // radius to scale the damping term, which controls the step size, but
69 // Linear solver used for actually solving the trust region step.
77 // that the Gauss-Newton step computation is of full rank.
123 // unsuccessful step), then this would be zero.
132 // Use the current radius to solve for the trust region step.
136 double* step) = 0;
138 // Inform the strategy that the current step has been accepted, and
143 // Inform the strategy that the current step has been rejected, and
148 // Inform the strategy that the current step has been rejected
150 // StepRejected/StepAccepted will not be called for this step, and