Neutron-Calibration-in-DUNE / Blip

Blip ML/TDA package for LArTPCs.
0 stars 0 forks source link

Work on MCTS part of BlipNet #40

Open infophysics opened 9 months ago

infophysics commented 9 months ago

Implement a backbone for the MCTS algorithm. This needs to have an abstraction for the nodes, tree, score function, and tree policy that can be overwritten with a child class that is specific to the problem.