AIworx-Labs / chocolate

A fully decentralized hyperparameter optimization framework
http://chocolate.readthedocs.io
BSD 3-Clause "New" or "Revised" License
120 stars 41 forks source link

Fix conditional space transform #6

Closed fmder closed 7 years ago

fmder commented 7 years ago

This commit reverse a buggy change made earlier when creating the entry in the database. We should find something more elegant than the current dictionary comprehension, but this is better than a non working conditional space. The commit also reduce code repeat.