We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
optimize(rosenbrock, [0.0,0.0], LevenbergMarquardt(), autodiff=:forward,upper = fill(0.75, length(x0)))
Results of Optimization Algorithm
At the initial point, the value is 1.0 and clearly lower. Granted, it may be challenging to find the proper minimum. But 0.75,0.75 is very far off.
The text was updated successfully, but these errors were encountered:
Thanks. PR #36 seems to solve this issue
Sorry, something went wrong.
No branches or pull requests
optimize(rosenbrock, [0.0,0.0], LevenbergMarquardt(), autodiff=:forward,upper = fill(0.75, length(x0)))
Results of Optimization Algorithm
At the initial point, the value is 1.0 and clearly lower. Granted, it may be challenging to find the proper minimum. But 0.75,0.75 is very far off.
The text was updated successfully, but these errors were encountered: