Home
last modified time | relevance | path

Searched refs:rewardcontrol (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dlns_exp3.set9 heuristics/alns/rewardcontrol = 1.0
H A Dlns_epsgreedy_vanilla.set33 heuristics/alns/rewardcontrol = 0
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c416 …SCIP_Real rewardcontrol; /**< reward control to increase the weight of the simple… member
2043 SCIP_Real rewardcontrol = heurdata->rewardcontrol; in getReward() local
2063 reward = rewardcontrol * bestsolreward + (1.0 - rewardcontrol) * closedgapreward; in getReward()
3992 &heurdata->rewardcontrol, TRUE, DEFAULT_REWARDCONTROL, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurAlns()