You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a short guide how to reproduce the results from our SEA 2026 paper "Engineering Learned Heuristics to Improve Clustering for Multilevel Graph Partitioning".
25
+
The code is configured such that the default preset executes our ML guided coarsening algorithm from the paper.
26
+
I.e., running Mt-KaHyPar (see [below](#running-mt-kahypar)) with the following parameters will reproduce the results of our main configuration:
27
+
```
28
+
--preset=default --input-file-format=metis
29
+
```
30
+
31
+
To instead reproduce the results of our modified baseline, you need to also add the parameters:
0 commit comments