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...")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
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.
 
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]].
 
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  
 
You can find all body parameters in the file: Sim/config/personality_parameters/body/default.properties  
Line 5: Line 6:
 
{| 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
 
 
|}
 
|}
 +
 +
 +
 +
----------
 +
 +
Additionally, those body-paramteres that do not need individualisation are hard-coded in the respective java-class.

Latest revision as of 14:24, 27 November 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



Additionally, those body-paramteres that do not need individualisation are hard-coded in the respective java-class.