corail-research / SeaPearl.jl

Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
https://corail-research.github.io/SeaPearl.jl/dev/
BSD 3-Clause "New" or "Revised" License
167 stars 10 forks source link

Implement MCTS-based search #401

Open jardinetsouffleton opened 1 year ago

jardinetsouffleton commented 1 year ago

Monte Carlo Tree Search has proven to be very successful in exploring space with combinatorial structures and has recently been applied in the CP setting. We should try to implement this in SeaPearl, by drawing some inspiration from

ebrahimpichka commented 1 month ago

Hi, is anyone working on this rn?