Skip to content
Snippets Groups Projects
Commit 0d115681 authored by Pat Alt's avatar Pat Alt
Browse files

kill me

parent c41eef14
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -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 = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment