NOMAD Source  Version 4.0.0 Beta
cacheAttributesDefinition.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

 _definition
 

Variable Documentation

◆ _definition

_definition
Initial value:
= {
{ "MAX_CACHE_SIZE", "size_t", "INF", " Termination criterion on the number of evaluation points stored in the cache ", " \n \n . The program terminates as soon as the cache reaches this size. \n \n . Argument: one positive integer (expressed in number of evaluation points). \n \n . Example: MAX_CACHE_SIZE 10000 \n \n . Default: INF\n\n", " advanced termination cache " , "false" , "false" , "true" },
{ "CACHE_FILE", "std::string", "", " Cache file name ", " \n \n . Cache file. If the specified file does not exist, it will be created. \n \n . Argument: one string. \n \n . If the string is empty, no cache file will be created. \n \n . Points already in the cache file will not be reevaluated. \n \n . Example: CACHE_FILE cache.txt \n \n . Default: Empty string.\n\n", " basic cache file " , "false" , "false" , "true" } }

Definition at line 7 of file cacheAttributesDefinition.hpp.