An unusual UCI chess engine
1–4 of 4 posts
Re: An unusual UCI chess engine
#2I think you will explore the tree more widely, not more deeply. Many engines trim the tree very aggressively to make a mode depth analysis.
Re: An unusual UCI chess engine
#3> By adopting such a simple function I would hope to be able to explore the tree a little more deeply than other engines. I think you will explore the tree more widely , not more deeply . Many engines trim the tree very aggressively to make a mode depth analysis.
Re: An unusual UCI chess engine
#4> By adopting such a simple function I would hope to be able to explore the tree a little more deeply than other engines. I think you will explore the tree more widely , not more deeply . Many engines trim the tree very aggressively to make a mode depth analysis.
Thanks for your comment. The answer is that I am still hoping to trim the tree like other engines. The simplicity of my engine lies solely in the evaluation function. What I hope to save in CPU cycles on the evaluation might enable me to go deeper on the tree. That's the idea at least.