algorithmsbooks / optimization

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

MvNormal in Algorithm 15.3 #17

Closed a-yildiz closed 4 years ago

a-yildiz commented 4 years ago

MvNormal is called without calling using Distributions before anywhere in the chapter. Therefore, will result in UndefVarError.

mykelk commented 4 years ago

As mentioned on p. 424, not all packages are explicitly imported (to keep the code compact).