Changed name of fitness dictionary.

这个提交包含在:
Craig Warren
2015-12-16 17:51:20 +00:00
父节点 0559d3c7db
当前提交 bd59e30b49

查看文件

@@ -12,7 +12,7 @@
optparams['rickeramp'] = [0.25, 5] 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) ## 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: #end_taguchi:
#python: #python: