Skip to content

amomorning/think-complexity

Repository files navigation

think-complexity

Taichi implementation for book Think Complexity

TODO

  • ER Graph
  • WS Graph
  • Cellular Automaton
  • Game of Life
  • Reaction Diffusion
  • Sand Piles
  • Schelling
  • Sugarscape
  • Boids
  • Mutant
  • Prisoner's dilemma

Graph

ER Graph

ER

WS Graph

WS

Grid

Cellular Automation

CA

Game of Life

GOL

Sand Piles

Sandpile

Agent

Schelling

Schelling

Sugarscape

sugarscape

Boids

boids

Evolution

Mutant

NK model is a mathematical model by Stuart Kauffman has tunable rugedness. It caputres the intuition over the size of landscapes, can be adjusted via 2 parameters $N$ and $K$, with $N$ being the length of a string of evolution and $K$ the level of landscape ruggedness.

The function maps from genotype to fitness is called fitness landscape. It presents how the phenotype, physical form of genotype, interacts with its environment.

  • NP-complete problem
  • Open-ended evolution

Papers

Reference

About

Taichi implementation for book Think Complexity

Topics

Resources

License

Stars

Watchers

Forks

Languages