diff scripts/nomad/nomad-parameters.txt @ 1223:051cf5bddc1f

work on optimization (improved for feature tracking)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 21 Jun 2023 23:57:54 -0400
parents 2dc9899b73ae
children a09a80cdc118
line wrap: on
line diff
--- a/scripts/nomad/nomad-parameters.txt	Tue Jun 20 15:42:19 2023 -0400
+++ b/scripts/nomad/nomad-parameters.txt	Wed Jun 21 23:57:54 2023 -0400
@@ -1,12 +1,12 @@
-DIMENSION	8						# number of variables
+DIMENSION	11						# number of variables
 
 BB_EXE		"$python3 site-parameters-optimization.py"      # 'site-parameters-optimization.py' is the blackbox program
 BB_OUTPUT_TYPE	OBJ					        # object will be minimized
 
 X0		initial-parameters.txt                          # starting point
 
-LOWER_BOUND	( 0 0  1  0.01 2 0.1 0.1 1.0)			# all variables' lower bounds
-UPPER_BOUND	( 1 10 10 0.3  100 10 5 15 )			# all variables' upper bounds
+LOWER_BOUND	( 0.01 0 1 1 0.0001 1 -1 2 0.1 0.1 1.0)			# all variables' lower bounds
+UPPER_BOUND	( 1 10 10 10 0.1 5 1 100 10 5 15 )			# all variables' upper bounds
 
 MAX_BB_EVAL	500						# the algorithm terminates when
 								# n black-box evaluations have