Difference between revisions of "Configuration"

From SUMOwiki
Jump to navigationJump to search
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The full behavior of the SUMO Toolbox is configurable through 2 [[What is XML?| XML]] files:
+
The full behavior of the SUMO Toolbox is configurable through 2 [[FAQ#What_is_XML.3F| XML]] files:
  
* [[Toolbox configuration]] xml file: all the options related to the toolbox itself, which model types to use, how to score models, what sample selection strategy to use, etc.
+
* [[Toolbox configuration]] xml file: all the options related to the toolbox itself, which model types to use, how to score models, what sample selection strategy to use, etc.  All options related to the 'modeling'.
 
** The [[Config:ToolboxConfiguration|default configuration]] can be used as a starting point to the several components of the toolbox.
 
** The [[Config:ToolboxConfiguration|default configuration]] can be used as a starting point to the several components of the toolbox.
* [[Simulator configuration]] xml file: defines the interface with the [[simulator]], how many inputs, how many outputs, ranges, name of the executable or dataset, etc.
+
* [[Simulator configuration]] xml file: defines the interface with the [[simulator]], how many inputs, how many outputs, ranges, name of the executable or dataset, etc.  This file is found inside each project directory in the <code>examples/</code> subdirectory.  If you want to add your own, please see [[Adding an example]].
 +
 
 +
The Toolbox configuration file will contain the name of the simulator project to use (specified in the <code><Simulator></code> tag). For information how to run different examples see [[Running#Running_different_examples|running different examples]].

Latest revision as of 09:38, 17 March 2014

The full behavior of the SUMO Toolbox is configurable through 2 XML files:

  • Toolbox configuration xml file: all the options related to the toolbox itself, which model types to use, how to score models, what sample selection strategy to use, etc. All options related to the 'modeling'.
  • Simulator configuration xml file: defines the interface with the simulator, how many inputs, how many outputs, ranges, name of the executable or dataset, etc. This file is found inside each project directory in the examples/ subdirectory. If you want to add your own, please see Adding an example.

The Toolbox configuration file will contain the name of the simulator project to use (specified in the <Simulator> tag). For information how to run different examples see running different examples.