facebookresearch / LaMCTS

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

Does Cp support negative value? #8

Closed xunzhang closed 3 years ago

xunzhang commented 3 years ago

The objective goal is to maximize my function f(range from 100 to 300). To use LaMCTS, I minimize the -f returning to LaMCTS. Just wanna double-check in this case Cp should be -10, correct? Thank you.

linnanwang commented 3 years ago

Not, you can change minimizing a f by maximize -f. Cp stays the same value, and never be negative.