Issues with Tree Structured Axelrod

 Created: 28 Dec 2013  Modified: 23 Jul 2020   BibTeX Entry   RIS Citation  Print

Issues

Currently, the tree structured model is implemented as follows:

  1. Individuals have unstructured sets of traits
  2. Traits are derived from structured trees
  3. There are multiple trees, giving a “forest” for a trait space
  4. Each trait tree has identical branching factor and depth (for the moment)
  5. Individuals are initialized with random traits and their prereqs in the tree

Given this infrastructure, the copying rule is a modification of the extensible model-

The behavior of the model is problematic, although I’m reasonably sure it’s structural and not simply a bug. The active link density will initially decline, and then stick at a high level for as long as I’ll watch it (i.e., a million or so cycles). Watching the cumulative number of copying events reveals that quickly, the rate of successful interactions goes to zero.

This probably occurs because the convergence algorithm sees plenty of active links (indeed, almost all links are “active”) but after a few passes, no agents have the prerequisites for each other’s differing traits. Clearly, the copying rule needs work.

Revised Prerequisite Rule

To work, there needs to be a probability of learning a missing prereq. Perhaps this substitute for the “addition rate,” which was pretty artificial.

One possibility: