diff --git a/user_models/cylinder_Ascan_2D_opt.in b/user_models/cylinder_Ascan_2D_opt.in index 3ef97bce..4446b251 100644 --- a/user_models/cylinder_Ascan_2D_opt.in +++ b/user_models/cylinder_Ascan_2D_opt.in @@ -12,7 +12,7 @@ optparams['rickeramp'] = [0.25, 5] ## Dictionary containing name of fitness metric to use, stopping criterion, and names of associated outputs (should correspond to names of rxs in input file) -fitnessparams = {'name': 'fitness_max', 'stop': 4000, 'args': ['myRx']} +fitness = {'name': 'fitness_max', 'stop': 4000, 'args': {'outputs': 'myRx'}} #end_taguchi: #python: