The hybrid mode is designed to produce results similar to multi-locus peeling, but faster.
While the current accuracy tests for hybrid mode have the following problem:
- The time measured is only the single-locus peeling part of the hybrid peeling, and does not count for the multi-locus peeling part of the hybrid peeling
- While we already measured much less time than we should, the runtime for hybrid mode is still quite long, or sometimes even longer than multi-locus peeling
- The problem is that in a real scenario, we may reduce the peeling cycle for the two stages of the hybrid mode for efficiency, while in the current accuracy tests, it always uses the default number of cycles
The tests should be redesigned in a way:
- The runtime of the multi-locus stage is also measured
- Fewer cycles for both stages to mimic a realistic use case
The hybrid mode is designed to produce results similar to multi-locus peeling, but faster.
While the current accuracy tests for hybrid mode have the following problem:
The tests should be redesigned in a way: