PraxTube / chess-ai

A chess AI that uses alpha-beta to find the best move
MIT License
0 stars 1 forks source link

Plot time in respect to depth of search across version #35

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

It would be very useful to have a line plot with the depth (1 to 5 or something like that) on the x axis and the time it takes to find the best move in second on the y axis. Then we can have the different versions of the AI in the same plot to compare them much easier.

PraxTube commented 1 year ago

Added them in a manual way in #57.