jlopezbi / Evolutionary.jl

Evolutionary & genetic algorithms for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evolutionary

A Julia package for evolutionary & genetic algorithms.

Build Status Coverage Status Documentation Status

Installation

Pkg.add("Evolutionary")

Functionalities

Algorithms

  • (μ/ρ(+/,)λ)-SA-ES
  • (μ/μ_I,λ)-CMA-ES
  • Genetic Algorithms (GA)

Operators

  • Mutations

    • (an)isotropic mutation (for ES)
    • binary flip
    • real valued
    • combinatorial
      • inversion
      • insertion
      • swap2
      • scramble
      • shifting
  • Recombinations

    • average
    • marriage
  • Crossovers

    • binary
      • N-point
      • uniform
    • real valued
      • discrete
      • weighted average
      • intermediate
      • line
    • permutation
      • PMX
      • OX1
      • OX2
      • CX
      • POS
  • Selections

    • rank-based fitness assignment
    • (μ, λ)-uniform ranking
    • roulette
    • stochastic universal sampling (SUS)
    • tournament

TODO

  • Documentation
  • Concurrent implementation

Resources

About

Evolutionary & genetic algorithms for Julia

License:Other


Languages

Language:Julia 100.0%