sherpa-ai/sherpa

GPyOpt producing real values for discrete parameters

AlexFuster opened this issue · 2 comments

Running the example mnist_mlp, GPyOpt gave me the following configuration:
Trial 4: {'num_units': 116.0, 'activation': 'relu'}
This obviously makes Keras to produce an error, as it does not admit real values for number of units
I know this is probably due to the changes made to solve the issue #42

Solved in commit 0fc6290