KYLChiu / sporkfish

Chess engine in Python
MIT License
5 stars 0 forks source link

Enriching current statistics framework #139

Closed ccjeremylo closed 6 months ago

ccjeremylo commented 6 months ago

Change:

Ideally would like to also:

can decide later if we want to do in this PR.

Context:

Previously, the statistics class only records number of nodes visited, and did not distinguish between the nature of the nodes. For performance and (more generally) behavioural analysis, we would like to be able to record:

See #99 for more background