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

Wrong syntax for Fminbox in example

Open lamorton opened this issue 2 years ago • 0 comments

Example code here:

results = optimize(od, initial_x, lower, upper, Fminbox{GradientDescent}())

Doesn't work. This comment notes that the syntax was changed to:

result1 = optimize(restmp_a, lower, upper, abc, Fminbox(GradientDescent()); iterations = 20)

lamorton avatar Sep 13 '22 17:09 lamorton