From 0d115681fe2ae8af67b78a9128235174f1ffc3ba Mon Sep 17 00:00:00 2001 From: Pat Alt <55311242+pat-alt@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:06:52 +0200 Subject: [PATCH] kill me --- experiments/grid_search.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/grid_search.jl b/experiments/grid_search.jl index 335fe159..b717695a 100644 --- a/experiments/grid_search.jl +++ b/experiments/grid_search.jl @@ -71,7 +71,7 @@ function best_outcome(outcomes::Dict; generator=ECCCO_NAMES, measure=["distance_ _ranks = generator_rank(outcome; generator=generator, measure=measure) |> x -> x.avg_rank |> x -> sum(x) / length(x)[1] - push!(_ranks, ranks) + push!(ranks, _ranks) end best_index = argmin(ranks) best_outcome = ( -- GitLab