Algostream_optimizationmodule Cross_validation : sig ... endTime-series cross-validation with purging and embargo.
module Ensemble : sig ... endCombining strategies, and measuring whether the combination actually diversifies.
module Genetic : sig ... endGenetic-algorithm parameter tuning.
module Objective : sig ... endWhat the optimizer maximizes.
module Overfitting : sig ... endQuantifying how much of an optimized result is selection bias.
module Search : sig ... endParameter search.
module Search_space : sig ... endParameter search spaces.
module Walk_forward : sig ... endWalk-forward analysis: optimize on a training window, evaluate on the window that follows, then roll forward.