Default node selectors
Detailed Description
implementation files (.c files) of the default node selectors of SCIP
Files | |
file | nodesel_bfs.c |
node selector for best first search | |
file | nodesel_breadthfirst.h |
node selector for breadth-first search | |
file | nodesel_dfs.c |
node selector for depth first search | |
file | nodesel_estimate.c |
node selector for best estimate search | |
file | nodesel_hybridestim.c |
node selector for hybrid best estimate / best bound search | |
file | nodesel_restartdfs.c |
node selector for depth first search with periodical selection of the best node | |
file | nodesel_uct.c |
uct node selector which balances exploration and exploitation by considering node visits | |