BPt.p.Dict.to_grid#

Dict.to_grid()[source]#

This method will attempt to convert from the current BPt / nevergrad style parameter to a sklearn-grid search compatible one.

In this case it will just assume the dictionary is a value, and will return a python dictionary, with to_grid called recursively if their are any other Params stored in the values of the dictionary.