people:chris_symonds:project
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
people:chris_symonds:project [2014/09/12 04:51] – csymonds | people:chris_symonds:project [2014/09/13 19:46] (current) – [Questions Examined] csymonds | ||
---|---|---|---|
Line 13: | Line 13: | ||
====Elements==== | ====Elements==== | ||
- | For this simulation, I will make use of Dregs and Res, both to serve as " | + | For this simulation, I will make use of Dregs and Res, both to serve as " |
+ | The new element that would be needed is the agent itself. The agent would be assigned | ||
+ | * Parochial Altruists | ||
+ | * The general behavior of a Parochial Altruist | ||
+ | * Parochial Non-Altruists | ||
+ | * Parochial Non-Altruists | ||
+ | * Non-Parochial Altruists | ||
+ | * May share resources with in-group members. There is also a small chance that they will share resources with certain out-group members which may convert that member to the sharer' | ||
+ | * Non-Parochial Non-Altruists | ||
+ | * Will abstain from sharing with or attacking any group. | ||
+ | Depending on the capabilities of the MFM and my ability to track global information from each agent, it might be necessary to make each type an element unto itself, each with identical behaviors, to help ascertain type proportions within a given population. | ||
+ | |||
+ | Individuals of an in-group will be allowed to procreate if they happen to encounter each other and have sufficient resources, passing on some random combination of their genetic makeup to their offspring, allowing the dominance of whatever behavior will naturally arise. | ||
+ | |||
+ | ====Simulation==== | ||
+ | |||
+ | The simulation runs will consist of various settings to the number of groups (k), the number of agents per group (n), the DREG probability for producing RES, and the individual tuning of the agents themselves and the various probabilities within their behaviors. Simulations will be run for a consistent number of kAEPS across all setting combinations, | ||
+ | |||
+ | The overall actions of an agent will be conducted in the following manner: | ||
+ | |||
+ | - Look in each direction and ascertain the neighborhood. | ||
+ | - If a RES is available, consume the RES. | ||
+ | - Conduct any genetic-driven business | ||
+ | - PA: Attack any single out-group Ps in the neighborhood. | ||
+ | - PNA: Attempt to steal from the least-threatening out-group agent in the neighborhood. | ||
+ | - NPA: Evaluate the needs of each agent in the neighborhood and share based on cost/ | ||
+ | - NPNA: Do a little dance. | ||
+ | - Reproduce | ||
+ | - If multiple potential mates exist within the neighborhood, | ||
+ | - ???? | ||
+ | - Offspring will appear in any available location within the event window. If no such free location is available, the reproduction is canceled and the agents instead have a cigarette. | ||
+ | - Movement | ||
+ | - The event window is checked for the nearest RES location. | ||
+ | - In the absence of available RES, each type will check for the nearest genetically favorable conditions in the event window, if such conditions exist. | ||
+ | - A single-step move is made, biased towards that location | ||
+ | - NPNAs will get down tonight. | ||
+ | |||
+ | Reproduction will involve selecting either parent' | ||
+ | |||
+ | ====Questions Examined==== | ||
+ | |||
+ | While the model I am attempting to create has roots in the work of Choi and Bowles, I am hoping to model a pre-paleolithic society; one more nomadic wherein the in-groups do not pool and share resources, nor do they engage in outright warfare with other groups. Rather, the interactions among agents are restricted to the individual territory of the agents themselves, reflecting a period before social coagulation took hold with early hominids, roughly 3-5 million years ago. ((Edward H. Judge & John W. Langdon. // | ||
+ | |||
+ | I suspect that altruism and parochialism were both still in the very early stages of development in this period and it would be interesting to see how each might have come about, and what the conditions were that made their appearance more probable. Will the simulation results reflect what Choi and Bowles propose, that Altruism and Parochialism reinforce each other? | ||
+ | |||
+ | ===So What? (Computer Science Edition)=== | ||
+ | |||
+ | So what is the computational tie-in to all of this? Why do we, as computer scientists, care about how altruism and parochialism came about under pressure? And under traditional computational paradigms, these are legitimate questions. Processes don't attack other processes for the purposes of resource competition (they do for other reasons). They might be included in an group, and a group of processes belonging to a virus might very well be considered an out-group, but does the concept of sacrifice mean anything to a computational process? I would argue no, under the traditional computational paradigm of efficiency-first computing, the concept of altruism doesn' | ||
+ | |||
+ | Under robust-first computing however, under the resource-limited confines of the MFM, it might. If a program needs space to operate, it may very quickly need to start making sacrifices if that space is limited. If it is competing for space with other process groups, it may need to be aggressive. What constitutes the fitness of a program in a robust-first environment? |
people/chris_symonds/project.1410497485.txt.gz · Last modified: 2014/09/12 04:51 by csymonds