willgroves
willgroves
This is fixed for play 2.6 in merge #144. It is also related to issue #44.
This is fixed for play 2.6 in merge #144. It is also related to issue #44.
> Often constraints can be rephrased e.g. ``` python a = hp_uniform('a', 0, 1) b = hp_uniform('b', 0, 1) return {'a': a * b, 'b': b} ``` This kind of...
@diogo149: The trials object does seem to store copies of the input to the loss function by default. It seems you would like for the trials object to explicitly store...
Hey James, I was able to write a working version of the ipython parallel interface. I think it's not quite ready for a merge though. At first by following the...
For choice nodes, fmin returns the index of the choice taken, not the value assigned. Zero (0) is the only possible index for the choice node 'param' as specified in...