A function used to evaluate the state of a choice.
Used within Minimax, where the entire state space cannot be efficiently calculated.
Evaluation Function Examples
- Calculating the value of all pieces that each side has
- Use Deep Learning
A function used to evaluate the state of a choice.
Used within Minimax, where the entire state space cannot be efficiently calculated.