facebookresearch / LaMCTS

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

Can i use LaMCTS to optimize black box functions with discrete features ? #13

Closed YYangZiXin closed 3 years ago

linnanwang commented 3 years ago

You can try to use floor for now, i.e. 7.6->7, and test it out. A full support to discrete variables are under the development.