Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
31
0

Year Published

2012
2012
2023
2023

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 40 publications
(31 citation statements)
references
References 5 publications
0
31
0
Order By: Relevance
“…In the study performed by Sabharwal and Samulowitz [179], UCT is applied to guide Mixed Integer Programming (MIP), comparing the performance of the UCT based node selection with that of CPLEX, a traditional MIP solver, and best-first, breadth-first and depth-first strategies, showing very promising results. 35.…”
Section: Mixed Integer Programmingmentioning
confidence: 99%
“…In the study performed by Sabharwal and Samulowitz [179], UCT is applied to guide Mixed Integer Programming (MIP), comparing the performance of the UCT based node selection with that of CPLEX, a traditional MIP solver, and best-first, breadth-first and depth-first strategies, showing very promising results. 35.…”
Section: Mixed Integer Programmingmentioning
confidence: 99%
“…A few work have pioneered the use of MCTS to explore a tree-structured assignment search space, in order to solve combinatorial optimization or satisfiability problem instances. In [23], MCTS is applied to Mixed Integer Programming, and used to control the selection of the top nodes in the CPLEX solver; the node reward is set to the maximal value of solutions built on this node. In [24], MCTS is applied to Job Shop Scheduling problems; it is viewed as an alternative to Pilot or roll-out methods, featuring an integrated and smart look-ahead strategy.…”
Section: Monte Carlo Tree Searchmentioning
confidence: 99%
“…This paper advocates the use of another ML approach, namely reinforcement learning (RL) [8], to support the CP search. Taking inspiration from earlier work [25,24,23,9], the paper contribution is to extend the Monte-Carlo Tree Search (MCTS) algorithm to control the exploration of the CP search tree.…”
Section: Introductionmentioning
confidence: 99%
“…Different node selection strategies are proposed in the Solving Constraint Integer Programs (SCIP) optimization code [22]. Depth-first, breadth-first and best-first search strategies are available.…”
Section: Introductionmentioning
confidence: 99%
“…The score of the visited nodes are decreased in order to diversify the search (i.e., to avoid that the same path is followed every time). A conclusion found in [22] is that UCT is costly but can improve the performances when limited to the first nodes of the search.…”
Section: Introductionmentioning
confidence: 99%