Skip to content

Commit 93ed9f9

Browse files
committed
disable dynamic lookahead by default
1 parent d00e0a8 commit 93ed9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/branch_relpscost.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
#define DEFAULT_SKIPBADINITCANDS TRUE /**< should branching rule skip candidates that have a low probability to be
104104
* better than the best strong-branching or pseudo-candidate? */
105105
#define DEFAULT_STARTRANDSEED 5 /**< start random seed for random number generation */
106-
#define DEFAULT_DYNAMICLOOKAHEAD TRUE /**< should we use a dynamic lookahead based on a tree size estimation of further strong branchings? */
106+
#define DEFAULT_DYNAMICLOOKAHEAD FALSE /**< should we use a dynamic lookahead based on a tree size estimation of further strong branchings? */
107107
#define DEFAULT_MINSAMPLESIZE 10 /**< minimum sample size to estimate the tree size for dynamic lookahead */
108108
#define DEFAULT_DYNAMICLOOKDISTRIBUTION 1 /**< which distribution should be used for dynamic lookahead? 0=exponential, 1=Pareto, 2=log-normal */
109109
#define DEFAULT_RANDINITORDER FALSE /**< should slight perturbation of scores be used to break ties in the prior scores? */

0 commit comments

Comments
 (0)