Skip to content
Snippets Groups Projects
Commit 3e97f5fa authored by pat-alt's avatar pat-alt
Browse files

uh

parent 212c8a04
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -133,7 +133,7 @@ function best_rank_outcome(
best_index = argmin(ranks)
best_outcome = (
params=outcomes[:df_outcomes].params[best_index],
outcome=outcomes[:df_outcomes].outcomes[best_index],
outcome=outcomes[:df_outcomes].outcome[best_index],
)
return best_outcome
end
......@@ -205,7 +205,7 @@ function best_absolute_outcome(
best_index = argmin(avg_values)
best_outcome = (
params=outcomes[:df_outcomes].params[best_index],
outcome=outcomes[:df_outcomes].outcomes[best_index],
outcome=outcomes[:df_outcomes].outcome[best_index],
)
end
......
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