Difference between revisions of "Config:Plan"

From SUMOwiki
Jump to navigationJump to search
m
Line 1: Line 1:
 
== Plan ==
 
== Plan ==
 
 
=== LevelPlot ===
 
=== LevelPlot ===
 
Only change if you are using levelplots
 
Only change if you are using levelplots
 
<source lang="xml">
 
<source lang="xml">
  <[[Config:LevelPlot|LevelPlot]]>default</[[Config:LevelPlot|LevelPlot]]>
+
<[[Config:LevelPlot|LevelPlot]]>default</[[Config:LevelPlot|LevelPlot]]>
 
</source>
 
</source>
 
=== ContextConfig ===
 
=== ContextConfig ===
 
ContextConfig and SUMO should (normally) always be set to 'default'
 
ContextConfig and SUMO should (normally) always be set to 'default'
 
<source lang="xml">
 
<source lang="xml">
  <[[Config:ContextConfig|ContextConfig]]>default</[[Config:ContextConfig|ContextConfig]]>
+
<[[Config:ContextConfig|ContextConfig]]>default</[[Config:ContextConfig|ContextConfig]]>
 
</source>
 
</source>
 
=== SUMO ===
 
=== SUMO ===
 
ContextConfig and SUMO should (normally) always be set to 'default'
 
ContextConfig and SUMO should (normally) always be set to 'default'
 
<source lang="xml">
 
<source lang="xml">
  <[[Config:SUMO|SUMO]]>default</[[Config:SUMO|SUMO]]>
+
<[[Config:SUMO|SUMO]]>default</[[Config:SUMO|SUMO]]>
 
</source>
 
</source>
 
=== AdaptiveModelBuilder ===
 
=== AdaptiveModelBuilder ===
 
The AdaptiveModelBuilder specifies the model type and the modeling algorithm to use The default value 'rational' refers to rational functions. 'rational' is an id that refers to an AdaptiveModelBuilder tag that is defined below
 
The AdaptiveModelBuilder specifies the model type and the modeling algorithm to use The default value 'rational' refers to rational functions. 'rational' is an id that refers to an AdaptiveModelBuilder tag that is defined below
 
<source lang="xml">
 
<source lang="xml">
  <[[Config:AdaptiveModelBuilder|AdaptiveModelBuilder]]>rational</[[Config:AdaptiveModelBuilder|AdaptiveModelBuilder]]>
+
<[[Config:AdaptiveModelBuilder|AdaptiveModelBuilder]]>rational</[[Config:AdaptiveModelBuilder|AdaptiveModelBuilder]]>
 
</source>
 
</source>
 
=== SampleSelector ===
 
=== SampleSelector ===
 
The method to use for selecting new samples. Again 'gradient' is an id that refers to a SampleSelector tag defined below
 
The method to use for selecting new samples. Again 'gradient' is an id that refers to a SampleSelector tag defined below
 
<source lang="xml">
 
<source lang="xml">
  <[[Config:SampleSelector|SampleSelector]]>gradient</[[Config:SampleSelector|SampleSelector]]>
+
<[[Config:SampleSelector|SampleSelector]]>gradient</[[Config:SampleSelector|SampleSelector]]>
 
</source>
 
</source>
 
=== Run ===
 
=== Run ===
 
Runs can given a custom name by adding a name="the_name" attribute, a repeat attribute is also possible to repeat a run multiple times
 
Runs can given a custom name by adding a name="the_name" attribute, a repeat attribute is also possible to repeat a run multiple times
 
<source lang="xml">
 
<source lang="xml">
  <[[Config:Run|Run]] name="" repeat="1">
+
<[[Config:Run|Run]] name="" repeat="1">
      <[[Config:Simulator|Simulator]]>Academic2DTwice.xml</[[Config:Simulator|Simulator]]>
+
  <[[Config:Simulator|Simulator]]>Academic2DTwice.xml</[[Config:Simulator|Simulator]]>
      <[[Config:SampleEvaluator|SampleEvaluator]]>matlab</[[Config:SampleEvaluator|SampleEvaluator]]>
+
  <[[Config:SampleEvaluator|SampleEvaluator]]>matlab</[[Config:SampleEvaluator|SampleEvaluator]]>
  </[[Config:Run|Run]]>
+
</[[Config:Run|Run]]>
 
</source>
 
</source>

Revision as of 11:54, 7 February 2008

Plan

LevelPlot

Only change if you are using levelplots

<[[Config:LevelPlot|LevelPlot]]>default</[[Config:LevelPlot|LevelPlot]]>

ContextConfig

ContextConfig and SUMO should (normally) always be set to 'default'

<[[Config:ContextConfig|ContextConfig]]>default</[[Config:ContextConfig|ContextConfig]]>

SUMO

ContextConfig and SUMO should (normally) always be set to 'default'

<[[Config:SUMO|SUMO]]>default</[[Config:SUMO|SUMO]]>

AdaptiveModelBuilder

The AdaptiveModelBuilder specifies the model type and the modeling algorithm to use The default value 'rational' refers to rational functions. 'rational' is an id that refers to an AdaptiveModelBuilder tag that is defined below

<[[Config:AdaptiveModelBuilder|AdaptiveModelBuilder]]>rational</[[Config:AdaptiveModelBuilder|AdaptiveModelBuilder]]>

SampleSelector

The method to use for selecting new samples. Again 'gradient' is an id that refers to a SampleSelector tag defined below

<[[Config:SampleSelector|SampleSelector]]>gradient</[[Config:SampleSelector|SampleSelector]]>

Run

Runs can given a custom name by adding a name="the_name" attribute, a repeat attribute is also possible to repeat a run multiple times

<[[Config:Run|Run]] name="" repeat="1">
   <[[Config:Simulator|Simulator]]>Academic2DTwice.xml</[[Config:Simulator|Simulator]]>
   <[[Config:SampleEvaluator|SampleEvaluator]]>matlab</[[Config:SampleEvaluator|SampleEvaluator]]>
</[[Config:Run|Run]]>