Basically, the setting files are located in the directory "$SET_PATH\kernel\" and "$SET_PATH\$PROBTYPE", and the latter has a higher prior level.
projectIO.par: specifies I/O related setting parameters defaltRootProjectPath=tasks //the project path $TASKPATH defaultProblemSuffixes=.txt|.dat //the default suffixes for problem instances, separated by "|" solutionSuffix=.sln //the suffix for solutions OptimumFlags=.opt //the tags for optimal solutions ResHOME=results //the result path $RES_PATHExamples: [ Kernel | NOP | QKP | GCP | TSP ]
swarm.par: specifies Common Framework parameters in [NAME=VALUE] format per line Provides default values for Common Framework Parameters in the command line.
Examples: [ Kernel | NOP | QKP | GCP | TSP ]
topology.par: specifies swarm interaction topologies for supporting TOPO (Toplogy List) "solver/": specifies solving (behavioral toolbox) script files for supporting R_INI, R_G, and R_T (Solving Script List) "predefined/": specifies predefined modules for "solver" script files (Predefined Script List) Please refer to the format description of scripts for more details, including topology, solver, and predefined parts. Please refer to Knowledge Components for the details of basic behavioral interfaces, including R_INI, R_G, R_T, and TOPO.