algorithmsbooks / optimization

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

pg. 126 #73

Closed alextzik closed 2 years ago

alextzik commented 2 years ago

How is M.sigma being initialized?

tawheeler commented 2 years ago

σ does have a specific initialization procedure - the user supplies a function of k when they construct their NoisyDescent object.