Node Selectors
Detailed Description
methods and files provided by the default node selectors of SCIP
A detailed description what a node selector does and how to add a node selector to SCIP can be found here.
Modules | |
Inclusion methods | |
methods to include specific node selectors into SCIP | |
Files | |
file | nodesel_bfs.h |
node selector for best first search | |
file | nodesel_breadthfirst.h |
node selector for breadth-first search | |
file | nodesel_breadthfirst.h |
node selector for breadth-first search | |
file | nodesel_dfs.h |
node selector for depth first search | |
file | nodesel_estimate.h |
node selector for best estimate search | |
file | nodesel_hybridestim.h |
node selector for hybrid best estimate / best bound search | |
file | nodesel_restartdfs.h |
node selector for depth first search with periodical selection of the best node | |
file | nodesel_uct.h |
uct node selector which balances exploration and exploitation by considering node visits | |