Skip to content

soroushj/graph-coloring-genetic-algorithm

Repository files navigation

Graph Coloring + Genetic Algorithm

Graph Coloring

Solve the graph coloring problem using a genetic algorithm. (Hindi and Yampolskiy, 2012)

Build & Run

Build and run the project using the following command:

gradle run --args "<graph-file> <num-colors>"

For example:

gradle run --args "samples/david.col 11"

Also, you can build the project using the following command:

gradle build

Releases

No releases published

Packages

No packages published

Languages