chess-pipeline icon indicating copy to clipboard operation
chess-pipeline copied to clipboard

Clean up GetEvals `explode()` calls

Open guidopetri opened this issue 3 years ago • 0 comments

Right now the positions/evaluations/eval depths get exploded separately in GetEvals which causes a bunch of issues (namely, what happens if there is a position but no evaluation for it?). It would be far better to have these list-likes exploded together instead of separately, but I think this requires a restructuring of a bunch of the visitors code (or getting the game infos).

guidopetri avatar Nov 09 '21 15:11 guidopetri