namin / llm-verified-with-monte-carlo-tree-search

LLM verified with Monte Carlo Tree Search
https://arxiv.org/abs/2402.08147
MIT License
215 stars 26 forks source link

integrated max_depth feature #8

Closed sibiraja closed 8 months ago

sibiraja commented 8 months ago

Added a max_depth feature to penalize searching for overly complex programs

namin commented 8 months ago

Thanks, we'll probably need to adjust the max_depth options. We could even use max_depth of None, and report the max_depth to find good numbers.