Skip to main content

Genetic algorithms for humans

Project description

EvoFlow - Evolutionary algorithms for humans

EvoFlow logo

TensorFlow Numpy

You have just found EvoFlow

EvoFlow is a modern hardware accelerated genetic algorithm framework that recast genetic algorithm programing as a dataflow computation on tensors. Conceptually is very similar to how Tensorflow & Keras are approaching deep-learning so if you have experience with any of those you will feel right at home.

Under the hood, EvoFlow leverage Tensorflow or Cupy to provide hardware accelerated genetic operations. If you don't have a GPU, you can run EvoFlow on Google Colab or it will just work fine on your CPU.

Getting started in 30 seconds

  1. Install EvoFlow: pip install evoflow
  2. Head to our hello world notebook that will shows you how to use EvoFlow to solve the classic MaxOne problem.

Tutorials

The following tutorials are availables

Problem Description Key concepts showcased
MaxOne Maximize the number of ones in a chromosome
  • EvoFlow core API
  • RandomMutation OP
  • UniformCrossOver Op
  • Evolution model construction
  • Results basic usage
Travel Salesman problem Visit each city once while minimizing the distance traveled
  • Custom Fitness function
  • Genes permuting Ops: Shuffle and Reverse
  • Evolution model programatic construction

Genetic Algorithm are used to solve a wide variety of problems

Deep-learning versus Evoluationary algorithms

Generally you want to use Deep-learning when the problem is continious/smooth and evoluationary algorithms when the problem is discrete. For example voice generation is smooth and solving (non-linear) equations is discrete.

Concretely this means that the fitness functions you use to express what constraint to solve are very similar to the loss functions in deep-learning except they don't need to be differentiable and therefore can perform arbitrary computation.

However the cost of fitness function increased expressiveness and flexibility compared to neural network loss is that we don't have the gradients to help guide the model convergence and therefore coverging is more computationaly expensive which is why having a hardware accelerated framework is essential.

Genetic Algorithm terminology

  • Gene: atomic unit. Equivalent to a neuron in deep-learning.
  • Chromosome: ordered list of gene(s).
  • Genotype: collection of chromosome(s). Used when the problem requires to maximizes multiples fitness function at once.
  • Population of x: collection of chromosomes or genotypes. That is what makes a Tensor.
  • Generation: One round of evolution. Equivalent to an epoch in deep-learning.
  • Fitness function: Function that evaluate how good/fit a given chromosome is. this is equivalent to the loss function in deep learning except it doesn't need to be differentiable and aim to be maximized.

EvoFlow Terminology

  • Evoluation op: Operation performed on a population of chromosome to make them evolve. Common ops includes various type of Chromosomal crossovers and Chromosomal mutations. Equivalent to deep-learning layers (e.g a convolution layer).

  • Evolution model: Directed graph of evolutionary ops that is used to evolve the population. This is equivalent to a model architecture in deep-learning settings.

Disclaimer

This is not an official Google product.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evoflow-0.4.1-1590182001.tar.gz (38.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

evoflow-0.4.1.post1590182001-py3-none-any.whl (87.6 kB view details)

Uploaded Python 3

File details

Details for the file evoflow-0.4.1-1590182001.tar.gz.

File metadata

  • Download URL: evoflow-0.4.1-1590182001.tar.gz
  • Upload date:
  • Size: 38.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for evoflow-0.4.1-1590182001.tar.gz
Algorithm Hash digest
SHA256 a2a7e2e1bff8517ad3f454433a923bda63d42fcdfd2ac80326ec56119b1d0823
MD5 f91b7f5268aa6a26d0db3c5beac1d585
BLAKE2b-256 f813161b2a64e3b431061d5b4d1d48cb21d6f5f9d0208e33f8f6747207d6df6a

See more details on using hashes here.

File details

Details for the file evoflow-0.4.1.post1590182001-py3-none-any.whl.

File metadata

  • Download URL: evoflow-0.4.1.post1590182001-py3-none-any.whl
  • Upload date:
  • Size: 87.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for evoflow-0.4.1.post1590182001-py3-none-any.whl
Algorithm Hash digest
SHA256 592494a72908cb7aa01db121fb0752800abc81db819ca6bfb47bc0426c24785e
MD5 b562d104c07348305a4456e77d411f4a
BLAKE2b-256 83b0c7f6b51c6734d9554a9b6a4ffcc39478a4b1d66df07660f697926ab1c509

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page