MATLAB OPTIMIZATION TOOLBOX - RELEASE NOTES Manual do Utilizador Página 48

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 76
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 47
R2010a
11-2
New fmincon Algorithm
fmincon has a new algorithm called SQP for Sequential Quadratic Programming. The
algorithm has the following features:
Honors bounds at all iterations
Attempts a different step if one leads to an objective or constraint function returning
a NaN, Inf, or complex result
Fast internal linear algebra for solving quadratic programs
Choose the algorithm at the command line by setting the Algorithm option to 'sqp'
with optimset. For more information about the algorithm, see fmincon SQP Algorithm in
the Optimization Toolbox documentation.
lsqnonneg No Longer Uses x0
The lsqnonneg solver no longer accepts a start point x0 as an optional input.
Compatibility Considerations
The Optimization Tool no longer has an input region for accepting a start point. If you
import or run a problem that contains a start point x0, MATLAB issues a warning. Also,
the Optimization Tool and lsqnonneg ignore x0, and instead use a start point of a vector
of zeroes. If you export a problem structure from the Optimization Tool, there is no x0
field.
Vista de página 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 75 76

Comentários a estes Manuais

Sem comentários