I read documentation of Hyperopt in python, and I found, that there are three possible methods:
- RandomSearch
- TPE
- Adaptive TPE
To run random search we have command rand.suggest
, and TPE tpe.suggest
, however, I couldn't nowhere find any command which tells me how can I run adaptive TPE. Could you please tell me how it can be ran?