Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c2042 SCIP_Real closedgapreward; in getReward() local
2056 closedgapreward = 1.0; in getReward()
2059 closedgapreward = (runstats->oldupperbound - ub) / (runstats->oldupperbound - lb); in getReward()
2063 reward = rewardcontrol * bestsolreward + (1.0 - rewardcontrol) * closedgapreward; in getReward()