NLSolversBase.jl icon indicating copy to clipboard operation
NLSolversBase.jl copied to clipboard

Himmelblau references in README.md

Open jaakkor2 opened this issue 4 years ago • 2 comments

Text and code refer to Hosaki's function but the math image is Himmelblau's function. image

Later Himmelblau's function is referenced again image

jaakkor2 avatar Dec 06 '20 21:12 jaakkor2

Hosaki's function generated with https://www.codecogs.com/latex/eqneditor.php in gif format f(x_1,x_2)=\left(1 - 8x_1 + 7x_1^2 - \frac{7}{3}x_1^3 + \frac{1}{4}x_1^4\right) x_2^2e^{-x_2} CodeCogsEqn

jaakkor2 avatar Dec 06 '20 21:12 jaakkor2

Oh, good catch :)

pkofod avatar Dec 17 '20 13:12 pkofod