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

can change n_ind in grid_search

parent c381b504
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -13,6 +13,7 @@ function grid_search(
couterfactual_data::CounterfactualData,
test_data::CounterfactualData;
dataname::String,
n_individuals::Int=N_IND,
tuning_params::NamedTuple,
kwargs...,
)
......@@ -31,6 +32,7 @@ function grid_search(
counterfactual_data, test_data;
save_output=false,
dataname=dataname,
n_individuals=n_individuals,
output_path=grid_search_path,
tuning_params...,
kwargs...,
......
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