During its iterations, the sqp algorithm can attempt to take a step that fails. | Durante sus iteraciones, el algoritmo sqp puede intentar dar un paso que falle. |
The default value of the MaxIterations option is 400 for the 'sqp' algorithm. | El valor predeterminado de la opción MaxIterations es 400 para el algoritmo 'sqp'. |
The sqp algorithm combines the objective and constraint functions into a merit function. | El algoritmo sqp combina las funciones objetivo y restricción en una función Merit. |
The active-set and sqp algorithms do not accept an input Hessian. | Los algoritmos de active-set y de sqp no aceptan un hessian de la entrada. |
The basic sqp algorithm is described in Chapter 18 of Nocedal and Wright [31]. | El algoritmo sqp básico se describe en el capítulo 18 de Nocedal y Wright [31]. |
The sqp algorithm is essentially the same as the sqp-legacy algorithm, but has a different implementation. | El algoritmo sqp es esencialmente el mismo que el algoritmo sqp-legacy, pero tiene una implementación diferente. |
The fmincon 'sqp' and 'sqp-legacy' algorithms are similar to the 'active-set' algorithm described in Active-Set Optimization. | Los algoritmos fmincon 'sqp' y 'sqp-legacy' son similares al algoritmo 'active-set' descrito en Optimización de conjunto activo. |
The fmincon 'sqp' and 'interior-point' algorithms are usually the most robust, so try one or both of them first. | Los algoritmos fmincon 'sqp' y 'interior-point' son generalmente los más robustos, así que pruebe uno o ambos primero. |
The sqp algorithm uses a different set of linear algebra routines to solve the quadratic programming subproblem, Equation 14. | El algoritmo sqp utiliza un conjunto diferente de rutinas de álgebra lineal para resolver el subproblema de programación cuadrática, Ecuación 14. |
Also, try the 'sqp' algorithm, which is sometimes faster or more accurate than the default 'interior-point' algorithm. | Además, pruebe el algoritmo 'sqp', que a veces es más rápido o más preciso que el algoritmo 'interior-point' predeterminado. |
