Difference between revisions of "Simulator"

From SUMOwiki
Jump to navigationJump to search
 
Line 6: Line 6:
 
* a matlab function
 
* a matlab function
 
* a matlab class
 
* a matlab class
 +
* a Java class
 
* a shell script
 
* a shell script
  
 
Usually you already have some kind of simulator and you want to model it with the toolbox.  See the [[Adding an example]] page for details how to do this.
 
Usually you already have some kind of simulator and you want to model it with the toolbox.  See the [[Adding an example]] page for details how to do this.

Revision as of 00:05, 19 May 2007

The simulator is the data generating black box for which you want an approximation model (surrogate model). The simulator is anything that, when given a set of data points, provides a set of ouput points. The simulator could be:

  • a predefined mathematical function, e.g, y = sin(x) (x is the input, y the output)
  • a dataset
  • a native executable
  • a matlab function
  • a matlab class
  • a Java class
  • a shell script

Usually you already have some kind of simulator and you want to model it with the toolbox. See the Adding an example page for details how to do this.