-
Notifications
You must be signed in to change notification settings - Fork 605
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
opt.get_initial_step error in python #319
Comments
actually the in-place version is called, maybe it could be swapped with the value return variant (and renamed get_initial_step_in_place), but that would break the api |
jschueller
added a commit
to jschueller/nlopt
that referenced
this issue
Apr 4, 2020
jschueller
added a commit
to jschueller/nlopt
that referenced
this issue
Apr 4, 2020
jschueller
added a commit
that referenced
this issue
Apr 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, I am getting an error while running optimization with the step size function in python environment, google search return nothing useful so looking for help here
.
I am trying to get the initial step size, based on an feasible starting solution x0. here by the example from NLOPT tutorial;
everyting works fine without the step size call: step_size = opt.get_initial_step(x0)
the step size call will shows error as follows:
anything wrong here? thank you
The text was updated successfully, but these errors were encountered: