diff --git a/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py b/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py index dd13e530..f61c8366 100644 --- a/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py +++ b/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py @@ -16,7 +16,7 @@ import matplotlib.pyplot as plt All fitness functions must take two arguments and return a single fitness value. The first argument should be the name of the output file - The second argument is a list which can contain any number of additional arguments, e.g. names (IDs) of outputs (rxs) from input file + The second argument is a dictionary which can contain any number of additional arguments, e.g. names (IDs) of outputs (rxs) from input file """ def minvalue(filename, args):