你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 04:26:52 +08:00
Changed name of some of the Taguchi opt modules.
这个提交包含在:
@@ -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()
|
||||
|
在新工单中引用
屏蔽一个用户