From 5685e1ad319ec9486b196b6d87b9945158c85bdc Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 16 Dec 2015 09:24:19 +0000 Subject: [PATCH] Added Taguchi block for testing. --- user_models/cylinder_Ascan_2D_opt.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/user_models/cylinder_Ascan_2D_opt.in b/user_models/cylinder_Ascan_2D_opt.in index ed50ee8c..3ef97bce 100644 --- a/user_models/cylinder_Ascan_2D_opt.in +++ b/user_models/cylinder_Ascan_2D_opt.in @@ -7,6 +7,14 @@ #material: 6 0 1 0 half_space +#taguchi: +## Dictionary containing name of parameters to optimise and their values +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) +fitnessparams = {'name': 'fitness_max', 'stop': 4000, 'args': ['myRx']} +#end_taguchi: + #python: print('#waveform: ricker {} 1.5e9 my_ricker'.format(rickeramp)) #end_python: