emiliogq / evolutionary-algorithms

DEAP application to combinatorial problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic algorithms

This repository shows how to apply genetic algorithms to well known combinatorial problems:

  • One Max problem
  • Knapsack problem

The GA are first built from scratch and then using the DEAP library.

See also DEAP Documentation and specially Examples using DEAP

About

DEAP application to combinatorial problems


Languages

Language:Python 100.0%