You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.0 KiB
74 lines
2.0 KiB
# general |
|
mode=direct |
|
objective=km1 |
|
seed=-1 |
|
cmaxnet=1000 |
|
vcycles=0 |
|
# main -> preprocessing -> min hash sparsifier |
|
p-use-sparsifier=true |
|
p-sparsifier-min-median-he-size=28 |
|
p-sparsifier-max-hyperedge-size=1200 |
|
p-sparsifier-max-cluster-size=10 |
|
p-sparsifier-min-cluster-size=2 |
|
p-sparsifier-num-hash-func=5 |
|
p-sparsifier-combined-num-hash-func=100 |
|
# main -> preprocessing -> community detection |
|
p-detect-communities=true |
|
p-detect-communities-in-ip=true |
|
p-reuse-communities=false |
|
p-max-louvain-pass-iterations=100 |
|
p-min-eps-improvement=0.0001 |
|
p-louvain-edge-weight=hybrid |
|
p-large-he-threshold=1000 |
|
# main -> preprocessing -> large he removal |
|
p-smallest-maxnet-threshold=50000 |
|
p-maxnet-removal-factor=0.01 |
|
# main -> coarsening |
|
c-type=ml_style |
|
c-s=1 |
|
c-t=160 |
|
# main -> coarsening -> rating |
|
c-rating-score=heavy_edge |
|
c-rating-use-communities=true |
|
c-rating-heavy_node_penalty=no_penalty |
|
c-rating-acceptance-criterion=best_prefer_unmatched |
|
c-fixed-vertex-acceptance-criterion=fixed_vertex_allowed |
|
# main -> initial partitioning |
|
i-mode=recursive |
|
i-technique=multi |
|
# initial partitioning -> coarsening |
|
i-c-type=ml_style |
|
i-c-s=1 |
|
i-c-t=150 |
|
# initial partitioning -> coarsening -> rating |
|
i-c-rating-score=heavy_edge |
|
i-c-rating-use-communities=true |
|
i-c-rating-heavy_node_penalty=no_penalty |
|
i-c-rating-acceptance-criterion=best_prefer_unmatched |
|
i-c-fixed-vertex-acceptance-criterion=fixed_vertex_allowed |
|
# initial partitioning -> initial partitioning |
|
i-algo=pool |
|
i-runs=20 |
|
# initial partitioning -> bin packing |
|
i-bp-algorithm=worst_fit |
|
i-bp-heuristic-prepacking=false |
|
i-bp-early-restart=true |
|
i-bp-late-restart=true |
|
# initial partitioning -> local search |
|
i-r-type=twoway_fm |
|
i-r-runs=-1 |
|
i-r-fm-stop=simple |
|
i-r-fm-stop-i=50 |
|
# main -> local search |
|
r-type=kway_fm_hyperflow_cutter_km1 |
|
r-runs=-1 |
|
r-fm-stop=adaptive_opt |
|
r-fm-stop-alpha=1 |
|
r-fm-stop-i=350 |
|
# local_search -> flow scheduling and heuristics |
|
r-flow-execution-policy=exponential |
|
# local_search -> hyperflowcutter configuration |
|
r-hfc-size-constraint=mf-style |
|
r-hfc-scaling=16 |
|
r-hfc-distance-based-piercing=true |
|
r-hfc-mbc=true
|
|
|