/clustered-kernel-search

Optimization's Algorithms group project. Implementation of a clustered version of Kernel Search.

Primary LanguageJava

Clustered Kernel Search

Group project for the Optimization's Algorithms course. We explored a new approach to Kernel Search heuristic framework, by adopting a clustering algorithm to solve the buckets construction phase.

Final Report

For all the details, read the FINAL REPORT 📈

Authors

Notes

To run the program, you need to specify 3 arguments:

  1. Path to the .mps instance file (some are provided into /instances/)
  2. Where to save the logs
  3. Path to the configuration file config.xml.

Example: java "./instances/30n20b8.mps" "" "config.xml"