NOMAD Source  Version 4.0.0 Beta
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cacheAttributesDefinition.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __NOMAD400_CACHEATTRIBUTESDEFINITION__
 

Variables

 _definition
 

Macro Definition Documentation

#define __NOMAD400_CACHEATTRIBUTESDEFINITION__

Variable Documentation

_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 . Default: INF, the cache has no size limit. \n \n . Example: MAX_CACHE_SIZE 10000 \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 . Default: Undefined \n \n . Points already in the cache file will not be reealuated. \n \n . Example: CACHE_FILE cache.txt \n \n ", " basic cache file " , "false" , "false" , "true" } }

Definition at line 7 of file cacheAttributesDefinition.hpp.