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

Missing examples. #9

Open knuds opened 7 years ago

knuds commented 7 years ago

I think the manual is missing important examples.

When you start using chocolate you might already have data you what to load into the database. The should be an example which shows you how to do that.

If your experiments is not computer-based you might want to split space creation, next operation and value update in 3 scripts. Such that you can get a new set of parameters then go to your lab and do the experiment and then update the database with the result. That is also an example I would like to see.