File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ context known before the scenario is revealed) and a **random scenario** (the un
215215part). Decisions are taken by seeing only the instance. Scenarios are used to generate
216216anticipative targets and compute objective values.
217217
218- # Required methods ([ExogenousStochasticBenchmark](@ref) only)
218+ # Required methods ([` ExogenousStochasticBenchmark` ](@ref) only)
219219- [`generate_instance`](@ref)`(bench, rng)`: returns a [`DataSample`](@ref) with instance
220220 and features but **no scenario**. Scenarios are added later by [`generate_dataset`](@ref)
221221 via [`generate_scenario`](@ref).
@@ -230,7 +230,7 @@ anticipative targets and compute objective values.
230230 `argmin_{y ∈ Y} c(y, scenario) + θᵀy`.
231231
232232# Dataset generation (exogenous only)
233- [`generate_dataset`](@ref) is specialised for [ExogenousStochasticBenchmark](@ref) and
233+ [`generate_dataset`](@ref) is specialised for [` ExogenousStochasticBenchmark` ](@ref) and
234234supports all three standard structures via `nb_scenarios`:
235235
236236| Setting | Call |
You can’t perform that action at this time.
0 commit comments