Algorithm Change

Some algorithmic changes go completely unnoticed. However, the impact of a major algorithmic change can usually be seen quite quickly, though the change sometimes takes a few weeks to completely roll out. Algorithmic changes come in three forms:

if (addPointButton) { addPointButton.addEventListener('click', addDrmDataPoint); } if (calculateButton) { calculateButton.addEventListener('click', calculateDiminishingReturns); }