algorithmsbooks / optimization

Errata for Algorithms for Optimization book
68 stars 16 forks source link

Exercise 10.4 #86

Closed alextzik closed 2 years ago

alextzik commented 2 years ago

The FONC used in the solution for the unconstrained problem is not the FONC of the unconstrained problem, since that has no constraint. The valid condition that must hold is still f'(x_p)=0 however.

tawheeler commented 2 years ago

You are correct - the new problem is unconstrained. Will fix.