Is there a way to specify objective and constraint gradients when doing nonlinear optimization in the problem-based framework?

4 visualizzazioni (ultimi 30 giorni)
In the solver-based framework, user-applied gradients are specified as additional output arguments from the objective and constraint functions. However, in the problem-based framwork, the objective and constraints are specified as symbolic expressions, not function handles. So, the concept of additional outputs does not seem applicable. Is there a way to to supply analytical gradients and Hessians in problem-based implementations?

Risposta accettata

Alan Weiss
Alan Weiss il 9 Ago 2022
The problem-based approach calculates and uses gradients automatically for supported functions. However, to include gradients of unsupported functions or to include a Hessian, see Supply Derivatives in Problem-Based Workflow.
Alan Weiss
MATLAB mathematical toolbox documentation
  2 Commenti
Matt J
Matt J il 9 Ago 2022
Thanks, Alan. But based on your link, I guess the answer (for non-automatic differentiation) is no? The procedure there appears to be just a recipe for converting the problem to the solver-based framework, where of course arbitrary derivative functions can be supplied.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with Optimization Toolbox in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by