facebookresearch / LaMCTS

The release codes of LA-MCTS with its application to Neural Architecture Search.
Other
463 stars 71 forks source link

Why propose_samples_turbo is commented? #4

Closed machanic closed 4 years ago

machanic commented 4 years ago

Why does not provide TurBO code in Classifier.py ? I notice the method of def propose_samples_turbo(self, num_samples, path, func) in https://github.com/facebookresearch/LaMCTS/blob/master/LA-MCTS/Classifier.py#L343 is commented.

linnanwang commented 4 years ago

It will throw compilation error if TuRBO does not exists in the repo, however, including TuRBO will have legal issues. So, please follow the instructions here to use TuRBO. https://github.com/facebookresearch/LaMCTS/tree/master/LA-MCTS