You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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