Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Simple distributed GA example using Celery

ga_defs.py -> definitions for the ga, the evaluation function is in the domain class, notice it sleeps for some time as a placeholder for significant computation

ga.py -> really simplistic genetic algorithm, the eval_concurrent flag determines whether genomes are evaluated sequentially or concurrently by celery

celeryconfig.py -> default config for celery, uses ampq backend and imports the task fromg a_defs.py

About

Distributed Ga using celery

Resources

Stars

12 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages