Hyppopy
Hyppopy copied to clipboard
Hyppopy is a python toolbox for blackbox optimization. It's purpose is to offer a unified and easy to use interface to a collection of solver libraries.
I specified the following parameter Space and ran the Optunity Solver: config = { "hyperparameter": { "convlayers": { "domain": "uniform", "data": [1, 5], "type": int }, "denselayers": { "domain": "uniform",...
being able to install `hyppopy` with `pip` would be really helpful!
when I define a new setting of a `HyppopySolver` child class with a default value, e.g. `self._add_member(name='test, dtype=bool, default=True)` in `define_interface()`. The default value is not being used. I still...