File size: 237 Bytes
4cadbaf
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

module.exports = {
	CostStepAttenuation: 0.6,
	SkipDeep: 3,
	PriorDistanceSigmoidFactor: 0.1,
	PriorValueSigmoidFactor: 0.12,

	SkipCost: 0.5,
	LagOffsetCost: 1,
	LeadOffsetCost: 1.6,
	ZeroOffsetCost: 0.58,

	RelocationThreshold: 6,
};