Improve docs

This commit is contained in:
2022-07-17 15:50:42 -06:00
parent 18daaf5358
commit 5fef01cd99
12 changed files with 160 additions and 50 deletions

View File

@@ -30,7 +30,9 @@ test_approx(x, y) = @test isapprox(x, y, atol = 1e-3)
randomize!(
instance,
XavQiuAhm2021.Randomization(randomize_load_profile = false),
method = XavQiuAhm2021.Randomization(
randomize_load_profile = false,
),
rng = MersenneTwister(42),
)