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 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. |
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 |
Cellular Automata 1D | This model implements a few elementary cellular automaton rules. |
Population Growth | It implements a simple model to simulate the spread of infection across a population. |
Conway's Game of Life | It 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 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. |
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 |