Difference between revisions of "Simulator configuration"
From SUMOwiki
Jump to navigationJump to searchm |
|||
Line 9: | Line 9: | ||
Writing such a file is very easy, simply use one of the files in the <code>examples/</code> subdirectory as an example. | Writing such a file is very easy, simply use one of the files in the <code>examples/</code> subdirectory as an example. | ||
− | Also see : [[Config:SampleEvaluator]] page. | + | Also see : [[Config:SampleEvaluator|the sample evaluator]] page. |
Revision as of 13:20, 30 July 2008
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 files in the examples/
subdirectory as an example.
Also see : the sample evaluator page.