people:chris_symonds:model
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
people:chris_symonds:model [2014/11/07 20:39] – created csymonds | people:chris_symonds:model [2014/11/16 23:07] (current) – [Figure 1] csymonds | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Model Description===== | ||
- | Paralta is a simulation that runs in the Moveable Feast Machine, a robust-first, | + | Paralta is a simulation that runs in the Moveable Feast Machine, a robust-first, |
- | | + | |
- | | + | |
- | | + | |
+ | =====Model Description===== | ||
- | Dregs are set with the following parameters: | + | The Paralta simulation consists of two elements from the MFM: DREGs and RES, and introduces one new element: Sytizen, which represents a denizen of the simulation world. The DREG parameters |
Each Sytizen is represented by the following parameters: | Each Sytizen is represented by the following parameters: | ||
+ | * Team - a three-bit value representing the in-group of the Sytizen. | ||
+ | * Energy - a nine-bit value 0 =< e =< 511, and initialized to 20. | ||
+ | * res grant 10 energy when consumed by the Sytizen. | ||
+ | * Genotype - the genetic makeup of the Sytizen that determines its overall behavior in the world. This is represented by two, four-bit values: | ||
+ | * Parochialism - a Sytizen with Parochial value 0 =< p =< 7 is considered non-parochial, | ||
+ | * Altruism - a Sytizen with Altruism value 0 =< a =< 7 is considered non-altruistic, | ||
+ | |||
+ | The Genotype parameter combinations translate to four discrete phenotype categories: | ||
+ | |||
+ | Parochial Altruist (PA) will take on the genetic behavior of both Parochials and Altruists. | ||
+ | |||
+ | Parochial Non-Altruists (PNA) will take on the genetic behavior of Parochials. | ||
+ | |||
+ | Non-Parochial Altruists (NPA) will take on the genetic behavior of Altruists. | ||
+ | |||
+ | Non-Parochial Non-Altruists (NPNA) exhibit no specialized behavior. | ||
+ | |||
+ | ===Genetic Behavior=== | ||
+ | A Sytizen that falls into the Altruist category will engage in their genetic behavior once per simulation event, if the energy of the Sytizen is greater than the threshold set before the simulation begins. If so, the Sytizen will choose an in-group member at random within two Manhattan distance from herself. If the energy of that member is less than the energy of the active Sytizen (less the threshold amount) then the active Sytizen will share half the difference in the two energy amounts to a maximum of 10 energy. The chosen member gains energy in that amount and the active Sytizen will lose energy in the same amount. | ||
+ | |||
+ | Any Sytizen that is considered Parochial will engage in Parochial behavior once per simulation event, if the energy of the Sytizen is greater than the threshold set before the simulation begins. This behavior will happen in addition to the Altruistic behavior, if the Sytizen is considered to be both. The Sytizen will choose one out-group member within Manhattan distance two uniformly at random. The victim will be killed with probability 0.5. If the victim is not killed, the attacker herself has a 0.5 probability of dying in the attempt. | ||
+ | |||
+ | ===Simulation Events=== | ||
+ | At the beginning of an event, a Sytizen will first pay a metabolism cost of 1 energy. If this depletes the energy to 0, the Sytizen is removed and the event ended. The neighborhood of the Sytizen is then scanned, and the location and type of any Element or empty space is recorded within a Manhattan distance of four. The Sytizen will then consume one neighboring RES within two Manhattan distance from them. A consumed RES bestows 10 energy on the Sytizen. Then, any genetic-specific behavior is performed as described above. | ||
- | * Team - an integer value representing | + | If the Sytizen is still alive and their total energy is greater than 30, they will attempt to procreate. Any in-group |
- | * Energy - an integer value initialized to 20. | + | |
- | * Genotype - the genetic makeup | + | |
- | * Parochialism - a value <=7 indicates a non-parochial individual, while a value >7 implies | + | |
- | * Altruism - a value <=7 indicates a non-altruistic individual, while a value >7 implies an altruistic citizen. | + | |
- | The genotype parameters gives rise to four discrete behavior categories as follows: | + | Finally, the Sytizen engages in movement. All Sytizens are movement-biased towards any RES visible |
- | Parochial Altruist (PA): The behavior of a parochial altruist | + | ===Methodology=== |
+ | The energy threshold by which a Sytizen will engage in genetic behavior was adjusted over several runs. Initially, this threshold | ||
- | Parochial Non-Altruists (PNA): This category will result in a behavior of attempting to injure an out-group member at a reduced risk to the attacker. With 0.5 probability, | + | [[people:chris_symonds: |
+ | =====Figure 1===== | ||
+ | {{: |
people/chris_symonds/model.1415392749.txt.gz · Last modified: 2014/11/07 20:39 by csymonds