Changed name of some of the Taguchi opt modules.

这个提交包含在:
Craig Warren
2016-05-04 13:14:20 +01:00
父节点 9ff67ca62c
当前提交 0f6e644b4c
共有 6 个文件被更改,包括 65 次插入45 次删除

查看文件

@@ -2,7 +2,7 @@
optparams['resinner'] = [0.1, 5000]
optparams['resmiddle'] = [0.1, 5000]
optparams['resouter'] = [0.1, 5000]
fitness = {'name': 'compactness', 'stop': 30, 'args': {'outputs': 'Ex60mm'}}
fitness = {'name': 'maxvalue', 'stop': 50, 'args': {'outputs': 'Ex60mm'}}
maxiterations = 5
#end_taguchi:

查看文件

@@ -12,7 +12,7 @@ from gprMax.optimisation_taguchi import plot_optimisation_history
"""Plots the results (pickled to file) from a Taguchi optimisation process."""
# Parse command line arguments
parser = argparse.ArgumentParser(description='Plots the results (pickled to file) from a Taguchi optimisation process.', usage='cd gprMax; python -m user_libs.optimisation_taguchi_plot picklefile')
parser = argparse.ArgumentParser(description='Plots the results (pickled to file) from a Taguchi optimisation process.', usage='cd gprMax; python -m user_libs.optimisation_taguchi.plot_results picklefile')
parser.add_argument('picklefile', help='name of file including path')
args = parser.parse_args()