Skip to content

This repository helps creating a docker container with lots of evolutionary algorithms packages in python

License

Notifications You must be signed in to change notification settings

h3dema/evolutionary-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository

I made this repository to create a special container with lots of python tools to develop programs with Evolutionary Algorithms and Machine Learning.

Install and run

$ docker build -t ga github.com/h3dema/evolutionary-container.git
$ docker run -u ga -it ga

Genetic Algorithms

This container has two Genetic Algorithms packages -- pyevolve and Deep.

pyevolve

If you want more information about Pyevolve, go to the documentation on pyevolve site.

Deap

DEAP is an evolutionary computation framework for rapid prototyping and testing. It seeks to make algorithms explicit and data structures transparent. It works in perfect harmony with parallelization mechanism such as multiprocessing and SCOOP.

See more on deap site.

More about GA

There is a lot of good material on the internet.

About

This repository helps creating a docker container with lots of evolutionary algorithms packages in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages