1993issue C111-6
Walk-forward halt rules for forecast models
Training updates weights on one fact collection, while walk-forward recall scores a frozen network on unseen facts. Search the error surface only while that holdout still improves, then keep the configuration that also survives a reserved comparison set.
- Training changes internal weights, while walk-forward recall emits outputs from unseen inputs with those weights frozen, so the two modes need mutually exclusive facts.
- Shuffle facts before the main cut and again after it, keep similar feature distributions in each subset, and reserve a third mutually exclusive subset for comparing trained networks.
- Treat overtraining as a robustness failure: pause at set intervals, score the frozen network on the test subset, and stop when test error rises.
- Match scoring to the intended output, from next-session distance-to-target to directional agreement to procedure-level criteria when the model emits trade signals.
Training versus walk-forward recall
Training updates internal weights, while walk-forward recall feeds unseen inputs and emits outputs with those weights frozen. The two modes require mutually exclusive training and test facts.
How facts are split
An 80/20 split that lifts every fifth chronological fact can put all Friday observations in the test subset and only Monday-Thursday observations in the training subset. Facts should be shuffled before the cut and again after it.
After the main split, a third mutually exclusive subset can hold the facts judged most important for judging quality. That reserved comparison set is used to compare competing trained networks.
Train and test subsets should keep similar distributions of the characteristics thought to matter, identified by statistical review or clustering. Sparsely represented outliers may be dropped before training and scoring.
Stepping across the error surface
If every initial weight is identical and the mapping needs unequal weights, learning can stall because error updates scale with the current weights. Small random initial weights are used instead.
On an error surface, an oversized learning rate can bounce from one side of a valley to the other, while an undersized rate delays descent. The search uses the largest learning rate that does not oscillate, and a momentum term can allow a larger rate without extra oscillation.
Simulated annealing uses a temperature-linked schedule. It starts with large steps so the search can move quickly across the error surface, then lowers the step size so later updates are less likely to oscillate while settling near a minimum.
Halt when test error rises
Overtraining is treated as a robustness failure in which the model memorizes training-set quirks and loses generalization on unseen facts. Training is paused at set intervals, the frozen network is scored on the test subset, and interim configurations that meet the error rules are saved. Rising test error is the signal to stop rather than to keep fitting the training subset.
Scoring should match the intended output. Mean distance-to-target measures fit a next-session high forecast. Directional or shape agreement fits movement. Procedure-level criteria fit a model that emits trade signals rather than price levels.
All readings on this track · 51 readings
- 1986Degrees of freedom in trading system optimization
- 1988Walk-forward and neighborhood tests after optimization
- 1988Undisclosed rules block system robustness tests
- 1988Testing re-optimization calendars against random parameter controls
- 1989Binary search limits on multi-peak average grids
- 1989Parameter neighborhoods that survive a shift
- 1990Use profit mapping to keep a cycle and stop plateau
- 1990Why popular indicator optimization fails robustness
- 1991Retesting weighted indicator balances across horizons
- 1992Constructing forecast models with regression, walk-forward, and robustness
- 1992Diagnose regimes before you lock parameters
- 1992When stops change system timing
- 1993Walk-forward halt rules for forecast models
- 1994Walk-forward evaluation of genetic index rules
- 1995Input pruning as walk-forward system evaluation
- 1995Critiquing neural nets as incomplete trading systems
- 1996Rebuild the equity-path ratio before it ranks a designed system
- 1996Parameter grids can fit random walks
- 1996Walk-forward analysis belongs in the design of a mechanical trading system
- 1997When a holdout fails, discard the rule set
- 1997Test rewarded rule breaks before replacing the system
- 1997Walk-forward rules keep system research from rewriting live trades
- 1999Keep a channel-breakout to two lookbacks and test neighbor stability
- 1999Constant investment size in stock system evaluation
- 2000Forcing optimization maps mechanical system failure boundaries
- 2000Robust parameter selection with surface charts
- 2001A two-gate classroom test for a two-window momentum trend filter
- 2002How a two-sided continuation factor becomes a testable trend rule
- 2002Evaluating two-window trend intensity as a reversal rule
- 2003Discounting speculative bubbles in system robustness tests
- 2003Walk-forward evaluation of locked stochastic oscillator rules
- 2003Critiquing mechanical system design after extreme price regimes
- 2004Evaluating a two-window trend trigger
- 2005Grade backtested signals with holdouts and optimization plateaus
- 2006Reserved-sample evaluation of trading system design
- 2006Walk-forward critique of hindsight crossover systems
- 2008Condition-matched walk-forward evaluation for mechanical systems
- 2011Session-split evaluation of regular and overnight systems
- 2012Walk-forward evaluation as operator rehearsal
- 2013Two-window evaluation of mechanical trading systems
- 2013Walk-forward filter selection for repeated-median velocity
- 2014Walk-forward evaluation for fading-memory velocity systems
- 2015Test oscillator events before tuning rules
- 2016Walk-forward evaluation of a five-parameter parabolic stop-and-reversal
- 2016Walk-forward optimization without curve fitting
- 2017Optimization without overfitting in trend-system evaluation
- 2017Parameter stability is a better guide than a larger crossover grid
- 2018Point-in-time universes for system evaluation
- 2018Walk-forward robustness evaluation for optimized systems
- 2018Critiquing breakout systems through robustness tests
- 2018A critique of parameter fitting in system design