Difference between revisions of "Config:Plan"

From SUMOwiki
Jump to navigationJump to search
(New page: <?xml version="1.0" encoding="UTF-8"?> == Plan == === LevelPlot === Only change if you are using levelplots <source lang="xml"> <LevelPlot>default</[[Config:Leve...)
 
Line 1: Line 1:
<?xml version="1.0" encoding="UTF-8"?>
 
 
 
== Plan ==
 
== Plan ==
 
  
 
=== LevelPlot ===
 
=== LevelPlot ===

Revision as of 13:13, 6 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]]>