8 { "DISPLAY_STATS", "NOMAD::ArrayOfString", "-", " Format for displaying the evaluation points ", " \n \n . Format of the outputs displayed at each success (single-objective) \n \n . Format of the final Pareto front (multi-objective) \n \n . Displays more points with DISPLAY_ALL_EVAL true \n \n . Arguments: list of strings possibly including the following keywords: \n BBE : blackbox evaluations \n BBO : blackbox outputs \n BLK_EVA : block evaluation calls \n BLK_SIZE : number of points in the block \n CACHE_HITS : cache hits \n CONS_H : infeasibility (h) value \n EVAL : evaluations (includes cache hits) \n H_MAX : max infeasibility (h) acceptable \n MESH_INDEX : mesh index \n MESH_SIZE / DELTA_M : mesh size delta_k^m \n FRAME_SIZE / DELTA_F : frame size delta_k^f \n OBJ : objective function value \n SOL : current feasible iterate \n THREAD_NUM : thread number in which this evaluation was done \n TIME : real time in seconds \n USER : user-defined string \n \n \n . Default: BBE OBJ \n \n . Example: \n . DISPLAY_STATS BBE EVAL ( SOL ) OBJ CONS_H \n \n ", " basic display displays output outputs stat stats success successes " , "false" , "false" , "true" },
10 { "DISPLAY_ALL_EVAL", "bool", "true", " Flag to display all evaluations ", " \n \n . If true, more points are displayed with parameters DISPLAY_STATS and \n STATS_FILE \n \n . If false, only the successful evaluations are displayed. \n \n - Overrides parameters DISPLAY_INFEASIBLE and DISPLAY_UNSUCCESSFUL \n \n . Points of the phase one with EB constraint are not displayed \n \n . Argument: one boolean \n \n . Default: false \n \n . Example: DISPLAY_ALL_EVAL yes \n \n ", " basic display displays stat stats eval evals evaluation evaluations " , "false" , "false" , "true" },
11 { "DISPLAY_INFEASIBLE", "bool", "true", " Flag to display infeasible ", " \n \n . When true, do display iterations for which constraints are violated. \n \n - When false, only display iterations where the point is feasible. \n \n . Argument: one boolean \n \n . Default: true \n \n . Example: DISPLAY_INFEASIBLE yes \n \n ", " advanced display displays infeasible " , "false" , "false" , "true" },
12 { "DISPLAY_UNSUCCESSFUL", "bool", "true", " Flag to display unsuccessful ", " \n \n . When true, display iterations even when no better solution is found. \n \n . When false, only display iterations when a better objective value is found. \n \n . Argument: one boolean ('yes' or 'no') \n \n . Default: true \n \n . Example: DISPLAY_UNSUCCESSFUL yes \n \n \n ", " advanced display displays success successes failed failure failures fail fails " , "false" , "false" , "true" },
13 { "STATS_FILE", "NOMAD::ArrayOfString", "-", " The name of the stats file ", " \n \n . File containing all successes with the same format than DISPLAY_STATS \n \n . Displays more points with DISPLAY_ALL_EVAL=true \n \n . Arguments: one string (file name) and one \n list of strings (stats) \n \n . Default file name is \"stats.txt\" \n \n . The seed is added to the file name if \n ADD_SEED_TO_FILE_NAMES=\'yes\' \n \n . Example: STATS_FILE log.txt BBE SOL f=%.2EOBJ \n \n \n ", " basic stat stats file files name display displays output outputs " , "false" , "false" , "true" },
14 { "SOL_FORMAT", "NOMAD::ArrayOfDouble", "-", " Format of the solution ", " \n \n . SOL_FORMAT is computed from BB_OUTPUT_TYPE and GRANULARITY \n parameters. \n \n . Gives the format precision for display of SOL. May also be used for \n other ArrayOfDouble of the same DIMENSION (ex. bounds, deltas). \n \n \n . Cannot be modified by user. Internal parameter. \n \n ", " advanced internal " , "false" , "false" , "true" },
15 { "DISPLAY_HEADER", "size_t", "40", " Frequency at which the stats header is displayed ", " \n \n . Every time this number of stats lines is displayed, the stats header is \n displayed again. This parameter is for clarity of the display. \n \n . Default: 40 \n \n . Value of INF means to never display the header. \n \n ", " advanced " , "false" , "false" , "true" },
16 { "OBJ_WIDTH", "size_t", "0", " Character width of the objective ", " \n \n . OBJ_WIDTH is computed to display the objective correctly when NOMAD is run. \n \n . Internal parameter. \n \n ", " advanced internal " , "false" , "false" , "true" },
17 { "MAX_DISPLAY_STEP_LEVEL", "size_t", "8", " Depth of the step after which info is not printed ", " \n . If a step has more than this number of parent steps, it will not be printed. \n \n . Only has effect when DISPLAY_DEGREE = FULL. \n \n . Default: 8. \n ", " advanced " , "false" , "false" , "true" } };