Skip to content

Releases: shah314/clique

Genetic Algorithm for the Maximum Clique Problem

04 May 18:48
87635fb
Compare
Choose a tag to compare

Implementation of a genetic algorithm for the maximum clique problem in C++. A clique of a graph is a set of vertices in which each pair in the set have an edge between them i.e. it is a complete subgraph. A clique of maximum size is called the maximum clique. The algorithm uses new types of crossovers to achieve good results on several public graph datasets.

Genetic Algorithm for the Maximum Clique Problem

21 Jul 17:08
20f0b0c
Compare
Choose a tag to compare

(Removed some unused code) (Fixed a minor bug) Implementation of a genetic algorithm for the maximum clique problem in C++. A clique of a graph is a set of vertices in which each pair in the set have an edge between them i.e. it is a complete subgraph. A clique of maximum size is called the maximum clique. The algorithm uses new types of crossovers to achieve good results on several public graph datasets.

Genetic Algorithm for the Maximum Clique Problem

19 Jul 19:36
337988d
Compare
Choose a tag to compare

(Fixed a minor bug) Implementation of a genetic algorithm for the maximum clique problem in C++. A clique of a graph is a set of vertices in which each pair in the set have an edge between them i.e. it is a complete subgraph. A clique of maximum size is called the maximum clique. The algorithm uses new types of crossovers to achieve good results on several public graph datasets.

Genetic Algorithm for the Maximum Clique Problem

27 Jun 19:17
8c4ead6
Compare
Choose a tag to compare

Implementation of a genetic algorithm for the maximum clique problem in C++. A clique of a graph is a set of vertices in which each pair in the set have an edge between them i.e. it is a complete subgraph. A clique of maximum size is called the maximum clique. The algorithm uses new types of crossovers to achieve good results on several public graph datasets.

Genetic Algorithm for the Maximum Clique Problem

27 Jun 19:05
986c652
Compare
Choose a tag to compare

A Genetic Algorithm Implementation of the Maximum Clique Problem. The algorithm is able to get good results on several public graph datasets. It uses some new crossover mechanisms to achieve these results.

Genetic Algorithm for the Maximum Clique Problem

27 Jun 19:00
986c652
Compare
Choose a tag to compare

A Genetic Algorithm Implementation of the Maximum Clique Problem. The algorithm is able to get good results on several public graph datasets. It uses some new crossover mechanisms to achieve these results.