Difference between revisions of "Body Parameters"

From SIMA wiki
Jump to: navigation, search
(Created page with "Body parameters are used to configure the body of the agent. With these concept it is possible to change the internal state and the behaviour individual for each instance of t...")
 
Line 5: Line 5:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Name                                         !! Meaning
+
! Subsystem                                    !! Name                                 !! Range          !! Meaning  
|-
+
|-  
| [[Stephan II. (Bayern)|Stephan II.]]    || 1347–1375 Herzog von Bayern         
+
| STOMACHSYSTEM                                || STARTLEVEL_STOMACH                    ||[0.0,7.0]       !! Stomach fill level at start-up. The Value is equally divided into 7 ingredients.
|-
+
|-  
| [[Friedrich (Bayern)|Friedrich]]              || 1375–1393 Herzog von Bayern-Landshut
+
|                                               || STARTLEVEL_RECTUM                    ||[0.0,1.0]       !! Rectum fill level at start-up.
|-
+
|-  
| [[Heinrich XVI. (Bayern)|Heinrich XVI.]] || 1393–1450 Herzog von Bayern-Landshut
+
|                                              || DIGEST_SPEED                          ||[0.0,...]       !! Digestive speed in food/step
|-
+
|-  
| [[Ludwig IX. (Bayern)|Ludwig IX.]]      || 1450–1479 Herzog von Bayern-Landshut
+
| INTERNAL_SYSTEM                              || ENERGY_CONSUMPTION_FACTOR            ||[0.0,...]        !! Scales the consumed energy of the body. (-> how fast the agent will get hungry again
|-
 
| [[Georg (Bayern)|Georg]]                      || 1479–1503 Herzog von Bayern-Landshut
 
 
|}
 
|}

Revision as of 09:13, 4 July 2013

Body parameters are used to configure the body of the agent. With these concept it is possible to change the internal state and the behaviour individual for each instance of the agent. To read more about the concept behind see Parameter Concept. You can find all body parameters in the file: Sim/config/personality_parameters/body/default.properties

Subsystem Name Range Meaning
STOMACHSYSTEM STARTLEVEL_STOMACH [0.0,7.0]  !! Stomach fill level at start-up. The Value is equally divided into 7 ingredients.
STARTLEVEL_RECTUM [0.0,1.0]  !! Rectum fill level at start-up.
DIGEST_SPEED [0.0,...]  !! Digestive speed in food/step
INTERNAL_SYSTEM ENERGY_CONSUMPTION_FACTOR [0.0,...]  !! Scales the consumed energy of the body. (-> how fast the agent will get hungry again