-
Notifications
You must be signed in to change notification settings - Fork 227
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
Minor issues in documentation and traces for Nelder Mead #941
Comments
@pkofod Pinging you to check on a) whether you agree on the issue and b) if so to take a look at the pull request. Sorry for nagging! |
it looks like this hasn't been merged? I am also frustratingly finding that |
|
another issue might be: |
If you have these issues, some variable must not be updating or it's always referencing the same. Let's get this fixed :) |
I should be able to fix these this week :) |
This seems wrong?
|
Hi,
While trying to understand what is going on in my own code I found some minor errors. I'll fix a few of them in a pull request, but other's I tried but wasn't able too.
centroid_trace
,simplex_trace
,simplex_values_trace
)function simplex_value_trace(r::MultivariateOptimizationResults)
doesn't work, missingtr = trace(r)
simplex_trace
andsimplex_values_trace
only give the values for the last iteration:For the last one, here is a MWE:
The text was updated successfully, but these errors were encountered: