Skip to content
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

NealderMead recalculates same points: #852

Closed
neoabs opened this issue Aug 30, 2020 · 1 comment
Closed

NealderMead recalculates same points: #852

neoabs opened this issue Aug 30, 2020 · 1 comment

Comments

@neoabs
Copy link

neoabs commented Aug 30, 2020

image

My code is:
results = optimize(prices -> objective_function(prices, mdl, method_cube), lower, upper, mdl.Prices , Fminbox(NelderMead() ) )
mdl is a mutable struct method_cube is a string. Using standard simplex.

It is not a killer, but there is a room for improvement.

@pkofod
Copy link
Member

pkofod commented Sep 2, 2020

oh this is for Fminbox, it's not NelderMead as such. Can you try this branch? #850

@pkofod pkofod closed this as completed Sep 4, 2020
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

2 participants