view scripts/nomad/nomad-parameters.txt @ 1228:5654c9173548

merged (bicycle)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 12 Jul 2023 13:21:08 -0400
parents 202073959fb4
children
line wrap: on
line source

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.01 0.01 1 2 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
								# been made
							  
# TMP_DIR	/tmp						# indicates a directory where
								# temporary files are put
								# (increases performance by ~100%
								# if you're working on a network
								# account and if TMP_DIR is on a
								# local disk)

DISPLAY_DEGREE 2 

# DISPLAY_ALL_EVAL yes

DISPLAY_STATS BBE ( SOL ) OBJ					# Display the number of evaluation (BBE),
                                                                # the current solution ( SOL ) and the objective

# STATS_FILE test.txt BBE ( SOL ) OBJ
HISTORY_FILE	      history.txt