Simulator configuration: Difference between revisions
From SUMOwiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
* ... | * ... | ||
Writing such a file is very easy, simply use one of the | Writing such a file is very easy, simply use one of the existing examples as a template. More information here: [[Adding an example]]. | ||
Also see [[Config:SampleEvaluator|the sample evaluator]] page. | Also see [[Config:SampleEvaluator|the sample evaluator]] page. |
Revision as of 14:38, 10 June 2009
This configuration file specifies how the SUMO Toolbox should interface with your simulation code (= the simulator). It defines:
- the number and name of inputs
- the number, name, and type (complex or real values) of outputs
- available datasets
- location of the executable or script
- ...
Writing such a file is very easy, simply use one of the existing examples as a template. More information here: Adding an example.
Also see the sample evaluator page.