spearmint icon indicating copy to clipboard operation
spearmint copied to clipboard

always show"Current best: No results returned yet"

Open returnd opened this issue 7 years ago • 4 comments

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.

returnd avatar Apr 16 '18 04:04 returnd

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

astroHaoPeng avatar Jun 26 '18 22:06 astroHaoPeng

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

astha234 avatar Jul 12 '18 20:07 astha234

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

eastOffice avatar Aug 14 '18 17:08 eastOffice

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

JehandadKhan avatar Jan 29 '19 02:01 JehandadKhan