algorithmsbooks / optimization

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

pg. 99 #72

Closed alextzik closed 2 years ago

alextzik commented 2 years ago

x^(2) is not the argmin over x1, but rather:

x^(2) = (argmin_x1 f(x1, x2^(1),..., xn^(1)), x2^(1), ..., xn^(1))

tawheeler commented 2 years ago

Hmm, you are right. I'll add a superscript for the coordinate index.