Skip to content

Commit 68e5cdb

Browse files
committed
cleanup
1 parent dd2e64e commit 68e5cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utils/interface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ context known before the scenario is revealed) and a **random scenario** (the un
215215
part). Decisions are taken by seeing only the instance. Scenarios are used to generate
216216
anticipative 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
234234
supports all three standard structures via `nb_scenarios`:
235235
236236
| Setting | Call |

0 commit comments

Comments
 (0)