mml-book / mml-book.github.io

Companion webpage to the book "Mathematics For Machine Learning"
13.04k stars 2.41k forks source link

Potential typo in Figure 7.4 #667

Open JeanKaddour opened 3 years ago

JeanKaddour commented 3 years ago

Describe the mistake In the caption, the box constraints consider variables $x$ and $y$. However, both the Figure axis labels and the definition of the program in Example 7.6 use $x_1$ and $x_2$.

Location Please provide the

  1. version 2021-05-08
  2. Chapter 7.2
  3. page 233
  4. caption of Figure 7.4

Proposed solution Change $x$ and $y$ to $x_1$ and $x_2$.

image image image