Changes between Version 14 and Version 15 of Things To Do


Ignore:
Timestamp:
02/01/10 00:26:25 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Things To Do

    v14 v15  
    6565== Parameters ==
    6666
     67I added support for parameters by simply giving the user the ability to specify a concrete value for any input variable in the initial state. At the command line, this is done by
     68{{{
     69-inputX=V
     70}}}
     71where X is the name of the variable and V its value. In a {{{RunConfiguration}}}, this is done using the method {{{setInput(String,Object)}}}. Now we don't need multiple versions of a single model which just differ by some bounds. Instead, just make the bound an input. I have applied this to several of the examples
     72.