Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration

This section contains the configuration reference that maps every tunable parameter exposed by Cobre to its effect on LP subproblem construction, solver behavior, and algorithm variant selection. Configuration is split across two files – config.json for global solver parameters and stages.json for temporal structure and per-stage options – and the reference documents all valid values, defaults, and LP-level consequences for each setting.

Spec Index

SpecDescription
Configuration ReferenceComplete mapping of configuration options to LP effects, with JSON examples, formulation-to-config traceability, and variable correspondence

Cross-Section References

The configuration options documented here reference definitions from three other specification sections. Modeling options and training parameters map to formulations in Mathematical Formulations (cut selection strategies, stopping rules, risk measures, discount rates). Data file paths and JSON schemas are defined in Data Model (input directory structure, stages schema, penalty system). Algorithm variant selection and validation rules are specified in Architecture (extension points, scenario generation, cut management implementation).