cit1zen / evolution_algorithms

Evolution algorithms for designing cellular automata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVOLUTIONARY ALGORITHMS FOR DESIGNING CELLULAR AUTOMATA

Program for designing transition functions of cellular automata using evolutionary algorithms.

AVAILABLE EVOLUTIONARY ALGORITHMS:

  • Evolution strategy (ES)
  • Evolution strategy with elitism (ES_ELIT)
  • Genetic algorithm (GA)
  • Genetic algorithm with elitism (GA_ELIT)
  • ESP (ESP)
  • ESP with elitism (ESP_ELIT)

About

Evolution algorithms for designing cellular automata.

License:GNU General Public License v3.0


Languages

Language:C 96.4%Language:Makefile 3.6%