hopeseekr / PrisonersDilemma

Let's see if Cooperation is an Evolutionary End-State, via The Prisoner's Dilemma and Genetic Algos!
MIT License
5 stars 0 forks source link

Implement Gene-sharing Morphic Field mechanism #7

Open hopeseekr opened 4 years ago

hopeseekr commented 4 years ago

The Problem

Passing on genetic information from one Suspect being Interrogated to another requires a deterministic mechanism to store the information.

While we can easily achieve this via shared Active memory, like most Genetic Algorithms, it'd be cool to add something akin to a more real-world scenario, albeit a still hypothetical one.

The Proposal

Taking a page out of Rupert Sheldrake's Morphic Field Theory, use something like Redis to store portions of the Genome.

Either fractions or everything like the Akashic Records:

In theosophy and anthroposophy, the Akashic Chronicle is a compendium of all human events, thoughts, words, emotions, and intent ever to have occurred in the past, present, or future. They are believed by theosophists to be encoded in a non-physical plane of existence known as the mental plane.

hopeseekr commented 4 years ago

This wasn't needed because I just implemented plain cloning of the population, relying on epigenetics.