Skip to content
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

always show"Current best: No results returned yet" #72

Open
returnd opened this issue Apr 16, 2018 · 4 comments
Open

always show"Current best: No results returned yet" #72

returnd opened this issue Apr 16, 2018 · 4 comments

Comments

@returnd
Copy link

returnd commented Apr 16, 2018

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.

@astroHaoPeng
Copy link

Have you figured out what causes this problem? I got stuck here too. @returnd

@astha234
Copy link

I have the same problem. Does anyone have a solution for this? @JasperSnoek

@eastOffice
Copy link

same problem. In /braninpy/output :
AttributeError: 'google.protobuf.pyext._message.RepeatedScalarConta' object has no attribute '_values'

@JehandadKhan
Copy link

Please use protobuf version 2.6 and it works. Here is a snippet from my pip freeze:

numpy==1.14.0
protobuf==2.6.0
scipy==0.18.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants