Manuel-Silvan / GeneticAlgorithmQAP

Testing three Genetic Algorithm on three datasets to check their performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeneticAlgorithmQAP

DOC UNFINISHED

This little project testes three popular genetic algorithms on a famous optimization problem called "Quadratic assignment problem" (QAP). The topics we will cover in this file are:

  1. QAP and Greddy solution.
  2. Simple Genetic Algorithm.
  3. CHC Method.
  4. Genetic algorithm on multimodal optimization.

About

Testing three Genetic Algorithm on three datasets to check their performance.


Languages

Language:Java 100.0%