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

Develop PNS #37

Closed pwyq closed 1 year ago

pwyq commented 1 year ago

close #36

pwyq commented 1 year ago

@Samarium150 I think current bug comes from the incorrect Node copying / passing

pwyq commented 1 year ago

Thanks to this repo

pwyq commented 1 year ago

Alright, I know it's a memory issue. Although using new is definitely less memory-efficient than vector, at least it works fine now.

we can see how to improve this if we have time later