-
Notifications
You must be signed in to change notification settings - Fork 10
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
xtol_rel and xtol_abs are not changing. #38
Comments
Re-working the error code |
Hard to say more without an MWE. |
Hi @tpapp thanks for the answer and sorry for the lack of clarity. It is difficult to provide a MWE, although hopefully the following code snippet can provide some clarity on what is happening. The minimum should be 0, and for some reason whenever I increase
SMALL UPDATE: it seems to be that what is happening is that when I increase |
Hi, I am trying to finish the local optimizers based on a time limit.
I am using the following code:
However, when the optimization finalizes I get the following return code,
p_brute:(value = 0.004157932864387097, location = [26.98036761207386, 0.39483019850986095, 24.10020993701281, 123.12567045769113, 65.26306039580315, 0.4295685034555466], ret = :XTOL_REACHED)
How is this possible?
The text was updated successfully, but these errors were encountered: