Go to the documentation of this file. 25 #define EVOPLEX_MAX_NODES 100000000 26 #define EVOPLEX_MAX_STEPS 100000000 28 #define EVOPLEX_MAX_TRIALS 1000 30 #define EVOPLEX_MAX_PROJECTS 100 37 #define GENERAL_ATTR_EXPID "id" 38 #define GENERAL_ATTR_NODES "nodes" 40 #define GENERAL_ATTR_GRAPHID "graphId" 42 #define GENERAL_ATTR_MODELID "modelId" 44 #define GENERAL_ATTR_GRAPHVS "graphVersion" 46 #define GENERAL_ATTR_MODELVS "modelVersion" 48 #define GENERAL_ATTR_SEED "seed" 50 #define GENERAL_ATTR_STOPAT "stopAt" 52 #define GENERAL_ATTR_TRIALS "trials" 54 #define GENERAL_ATTR_AUTODELETE "autoDelete" 56 #define GENERAL_ATTR_GRAPHTYPE "graphType" 58 #define GENERAL_ATTR_EDGEATTRS "edgeAttrs" 62 #define OUTPUT_DIR "outputDirectory" 63 #define OUTPUT_AVGTRIALS "outputAvgTrials" 65 #define OUTPUT_HEADER "outputHeader" 67 #define OUTPUT_SAVESTEPS "outputSaveSteps" 74 #define PLUGIN_ATTR_TYPE "type" 75 #define PLUGIN_ATTR_UID "uid" 77 #define PLUGIN_ATTR_AUTHOR "author" 79 #define PLUGIN_ATTR_TITLE "title" 81 #define PLUGIN_ATTR_DESCRIPTION "description" 83 #define PLUGIN_ATTR_VERSION "version" 85 #define PLUGIN_ATTR_ATTRSSCOPE "pluginAttributesScope" 91 #define PLUGIN_ATTR_NODESCOPE "nodeAttributesScope" 92 #define PLUGIN_ATTR_EDGESCOPE "edgeAttributesScope" 94 #define PLUGIN_ATTR_CUSTOMOUTPUTS "customOutputs" 96 #define PLUGIN_ATTR_SUPPORTEDGRAPHS "supportedGraphs" 102 #define PLUGIN_ATTR_VALIDGRAPHTYPES "validGraphTypes" 103 #define PLUGIN_ATTR_EDGEATTRSGEN "supportsEdgeAttrsGen" 107 #endif // CONSTANTS_H