k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame contribute delete
237 Bytes
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,
};