You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the examples/branin code from a remote machine, after running it locally and getting proper results. I've checked that everything is installed exactly the same as it is locally, but when I run the code, I keep getting the same output, something like this:
`----------------------------------------
Current best: No results returned yet.
19905 candidates 0 pending 0 complete
Choosing next candidate...
selected job 95 from the grid.
Submitted job as process: 5963
submitted - pid = 5963
Current best: No results returned yet.
19904 candidates 0 pending 0 complete
Choosing next candidate...
selected job 96 from the grid.
Submitted job as process: 6001
submitted - pid = 6001`
It doesn't seem to be finding any candidates whatsoever...does anyone have any suggestions for what could be causing this behavior?
I have tried using protobuf version 2.5.0,but it does not work.
The text was updated successfully, but these errors were encountered:
I'm running the examples/branin code from a remote machine, after running it locally and getting proper results. I've checked that everything is installed exactly the same as it is locally, but when I run the code, I keep getting the same output, something like this:
`----------------------------------------
Current best: No results returned yet.
19905 candidates 0 pending 0 complete
Choosing next candidate...
selected job 95 from the grid.
Submitted job as process: 5963
submitted - pid = 5963
Current best: No results returned yet.
19904 candidates 0 pending 0 complete
Choosing next candidate...
selected job 96 from the grid.
Submitted job as process: 6001
submitted - pid = 6001`
It doesn't seem to be finding any candidates whatsoever...does anyone have any suggestions for what could be causing this behavior?
I have tried using protobuf version 2.5.0,but it does not work.
The text was updated successfully, but these errors were encountered: