Evoplex

Evoplex

  • Download
  • Docs
  • Ajuda
  • Blog
  • Português (Brasil)
    • English
    • Ajude a traduzir
  • GitHub

›Plugins

Getting Started

  • Introdução
  • Installing on Linux
  • Installing on macOS
  • Installing on Windows
  • User Interface

Building Evoplex

  • Getting the source code
  • Installing dependencies
  • Compiling Evoplex

Plugins

  • How to compile a plugin
  • How to run a plugin
  • How to create a plugin
  • Example Plugins
Translate

Example Plugins

This page includes a few examples of plugins built for Evoplex.

Feel free to share your own plugin here! You can either fill an issue on GitHub or send an email to the mailing list.

Model Plugins

Title Description
Minimal ModelThis is a minimum example of a model plugin for Evoplex. It has the essential files for you to create a new model plugin.
Prisoner's dilemma gameIt implements the experiment proposed by Nowak, M. A., & May, R. M. (1992). Evolutionary games and spatial chaos. Nature, 359(6398), 826. DOI: http://dx.doi.org/10.1038/359826a0
Cellular Automata 1DThis model implements a few elementary cellular automaton rules.
Population GrowthIt implements a simple model to simulate the spread of infection across a population.
Conway's Game of LifeIt implements Conway's Game of Life cellular automaton.

Minimal Model

This is a minimum example of a model plugin for Evoplex. It has the essential files for you to create a new model plugin.

Authors: Evoplex Team
License: MIT License
Repository: https://github.com/evoplex/minimal-model

Prisoner's dilemma game

It implements the experiment proposed by Nowak, M. A., & May, R. M. (1992). Evolutionary games and spatial chaos. Nature, 359(6398), 826. DOI: http://dx.doi.org/10.1038/359826a0

Authors: Evoplex Team
License: MIT License
Repository: https://github.com/evoplex/model-prisonersDilemma

Cellular Automata 1D

This model implements a few elementary cellular automaton rules.

Authors: Evoplex Team
License: MIT License
Repository: https://github.com/evoplex/model-cellularAutomata1D

Population Growth

It implements a simple model to simulate the spread of infection across a population.

Authors: Evoplex Team
License: MIT License
Repository: https://github.com/evoplex/model-populationGrowth

Conway's Game of Life

It implements Conway's Game of Life cellular automaton.

Authors: Evoplex Team
License: MIT License
Repository: https://github.com/evoplex/model-gameOfLife

Graph Plugins

Title Description
Minimal GraphThis is a minimum example of a graph plugin for Evoplex. It has the essential files for you to create a new graph plugin.

Minimal Graph

This is a minimum example of a graph plugin for Evoplex. It has the essential files for you to create a new graph plugin.

Authors: Evoplex Team
License: MIT License
Repository: https://github.com/evoplex/minimal-graph
← How to create a plugin
  • Model Plugins
    • Minimal Model
    • Prisoner's dilemma game
    • Cellular Automata 1D
    • Population Growth
    • Conway's Game of Life
  • Graph Plugins
    • Minimal Graph
Evoplex
Docs
Getting Started
Community
Mailing listProject ChatTwitter
More
BlogGitHubStar
Copyright © 2019 Marcos Cardinot