Skip to content

Commit c0e7899

Browse files
benchmark update
1 parent 1adf9a7 commit c0e7899

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

benchmarks/BENCHMARK_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.5
1+
1.0.6

benchmarks/benchmark_minflowdecomp.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
'default': {
4646
# Default settings
4747
},
48+
'given_weights+min_gen_set': {
49+
'optimize_with_greedy': False,
50+
'optimize_with_flow_safe_paths': False,
51+
'optimize_with_safe_paths': False,
52+
'optimize_with_safe_sequences': False,
53+
'optimize_with_safe_zero_edges': False,
54+
'optimize_with_symmetry_breaking': True,
55+
'use_min_gen_set_lowerbound': True,
56+
'optimize_with_given_weights': True,
57+
},
4858
}
4959

5060

benchmarks/run_Mouse.PacBio_1_perwidth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo ""
2626
python benchmark_minflowdecomp.py \
2727
--datasets datasets/esa2025/Mouse.PacBio_reads_1_perwidth.flow_corrected.grp.gz \
2828
--min-width 1 \
29-
--max-width 6 \
29+
--max-width 9 \
3030
--time-limit "$TIME_LIMIT"
3131

3232
echo ""

docs/benchmarks.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
16
# Benchmarks
27

38
This page shows the latest benchmark results for the MinFlowDecomp solver on small test datasets.
49

5-
## Dataset: Mouse.PacBio_reads_1_perwidth
6-
710
--8<-- "benchmarks/results-docs/Mouse.PacBio_reads_1_perwidth.flow_corrected.grp.md"

0 commit comments

Comments
 (0)