Corrected some comments.

这个提交包含在:
Craig Warren
2016-05-03 18:21:39 +01:00
父节点 5634115afc
当前提交 3a812b1c71

查看文件

@@ -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):