Giter VIP home page Giter VIP logo

Comments (1)

clarencecastillo avatar clarencecastillo commented on June 25, 2024

Created 03_no_migration_isolated_mating.py to cover this issue. (See commit: 0116fba)

  1. Mating scheme which is limited to its own cell produces two new organisms that is introduced as new children to the entire population. Each new organism is to inherit it's parent's location status, deme status and background mutation rate.
  2. Because the total population is increased, parents of the said children are then subjected to death (removed in the population) to maintain a constant population count of 50 organisms per eco_cell (1250 in the entire world).
  3. Reporting for every 10 generations includes the organism's genetic status (its chromosome) plus its location in the world (represented as (x,y,z)).
  4. Because of its large scale population count, each simulation should take about 15-20 minutes.
  5. Creation of this simulation lead to the discovery of a bug similar to Issue #14 which lead to updates inside genetic.py. (See commits: b5b500c abfd23a)

from dose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.