facebookresearch/LaMCTS

Does Cp support negative value?

xunzhang opened this issue · 1 comments

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.

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