Skip to content

Mistake in Ackley N. 3 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gbelouze opened this issue Sep 21, 2022 · 0 comments
Open

Mistake in Ackley N. 3 #5

gbelouze opened this issue Sep 21, 2022 · 0 comments

Comments

@gbelouze
Copy link

I'm not sure how the critical point and optimal function value were found, but they do not make sense

f(x, y)≈-195.629028238419, at
x≈ ± 0.682584587365898
y≈ -0.36075325513719

The function value at that point is around -170. I found the experimental minimum through gradient descent to be

f(x, y) ≈ -186.4112127, at
x≈ ± 8e-10
y≈ -0.0068

Although I don't trust precisely the x coordinate since the gradient diverges around 0 and floating point approximation issues arise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant