Skip to content

Solving simple version of Kidney Exchange Problem (KEP) using meta-heuristics (Genetic algorithm and Hill Climbing)

Notifications You must be signed in to change notification settings

mhalavanja/meta-heuristike

Repository files navigation

Meta-heuristics

This project was part of college elective class about tackling some real world problem using meta-heuristic approach. We used two methods for a project. First one is simple, it is Hill Climbing algorithm and that is implemented in hc.py file. Second one is more complex, it is Genetic algorithm and it is implemented in ga.py. We also used popular python libraries such as numpy and numba to significantly speed up our runtime.

About

Solving simple version of Kidney Exchange Problem (KEP) using meta-heuristics (Genetic algorithm and Hill Climbing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published