Skip to content

initialState

tgvaughan edited this page Jan 28, 2013 · 6 revisions

The <initialState> element determines the state of the system at the start of the simulation. It takes the following form:

    <initialState spec='InitState'>
      <!-- Population Sizes -->
      <!-- Lineage Seeds -->
    </initialState>

For simulation types not prefixed by "Inheritance", only the population sizes are relevant. These are specified by one or more populationSize elements. For the IneritanceTrajectory and InheritanceEnsemble simulation types, the additional elements lineageSeed and lineageSeedMultiple are necessary.