sqp
- Ejemplos
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. |
The sqp algorithm has two new approaches to the solution of Equation 14 when constraints are not satisfied. | Rutinas de viabilidad reformuladas El algoritmo sqp tiene dos nuevos enfoques para la solución de Ecuación 14 cuando no se satisfacen las restricciones. |
The sqp algorithm sets the penalty parameter for the merit function Equation 30 according to the suggestion in [41]. | El algoritmo de sqp fija el parámetro de la pena para la función del mérito Ecuación 30 según la sugerencia en [41]. |
The fmincon 'sqp' and 'interior-point' algorithms obey bounds at every iteration, so tight bounds help throughout the optimization. | Los algoritmos fmincon 'sqp' y 'interior-point' obedecen los límites en cada iteración, por lo que los límites ajustados ayudan a lo largo de la optimización. |
The sqp algorithm (and nearly identical sqp-legacy algorithm) is similar to the active-set algorithm (for a description, see fmincon Active Set Algorithm). | El algoritmo de sqp (y el algoritmo casi idéntico de sqp-legacy) es similar al algoritmo de active-set (para una descripción, vea algoritmo de conjunto activo fmincon). |
SQP Optimum, a solution for you, a base for CARTEC. | SQP Optimum, una solución para ustedes, un fundamento para CARTEC. |
See also SQP Implementation for more details on the algorithm used. | Vea también Implementación de SQP para más detalles sobre el algoritmo usado. |
An overview of SQP is found in Fletcher [13], Gill et al. | Una visión general de SQP se encuentra en Fletcher [13], Gill et al. |
SQP methods represent the state of the art in nonlinear programming methods. | Los métodos SQP representan el estado del arte en los métodos de programación no lineales. |
Check if any of the SQP algorithm's stopping criteria are met at the new point. | Compruebe si alguno de los criterios de detención del algoritmo SQP se cumplen en el nuevo punto. |
This was solved by an SQP implementation in 96 iterations compared to 140 for the unconstrained case. | Esto se resolvió mediante una implementación de SQP en 96 iteraciones en comparación con 140 para el caso no restringido. |
