pwyq / Fill-Game

Two Player (Adversarial) Version of Fillomino | (Depth-First) Proof Number Search, Monte Carlo Tree Search, Minimax, Negamax, Alpha-beta pruning
GNU General Public License v3.0
2 stars 0 forks source link

Peak Memory Measure #42

Closed Samarium150 closed 1 year ago

Samarium150 commented 1 year ago

https://stackoverflow.com/questions/669438/how-to-get-memory-usage-at-runtime-using-c/14927379

algorithms to test:

ab = alpha-beta pruning, tt = transposition table

pwyq commented 1 year ago

@Samarium150 could you also document the runtime (average, min, max runtime) as well?

Samarium150 commented 1 year ago

@Samarium150 could you also document the runtime (average, min, max runtime) as well?

min/max in multiple runs? It's doable.