File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 103
103
#define DEFAULT_SKIPBADINITCANDS TRUE /**< should branching rule skip candidates that have a low probability to be
104
104
* better than the best strong-branching or pseudo-candidate? */
105
105
#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? */
107
107
#define DEFAULT_MINSAMPLESIZE 10 /**< minimum sample size to estimate the tree size for dynamic lookahead */
108
108
#define DEFAULT_DYNAMICLOOKDISTRIBUTION 1 /**< which distribution should be used for dynamic lookahead? 0=exponential, 1=Pareto, 2=log-normal */
109
109
#define DEFAULT_RANDINITORDER FALSE /**< should slight perturbation of scores be used to break ties in the prior scores? */
You can’t perform that action at this time.
0 commit comments