Maintenance
Commit Frequency
Further analysis of the maintenance status of kahypar based on released PyPI versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.
An important project maintenance signal to consider for kahypar is that it hasn't seen any new versions released to PyPI in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.



algorithms and a benchmark set
containing
instances, the performance ratio
relates the cut computed by
partitioner p for instance i to the smallest minimum cut of all algorithms, i.e.,
.
of algorithm p is then given by the function
.
instead of the cut values.
The value of
corresponds to the fraction of instances for which partitioner p computed the best solution, while
of the best possible ratio.
Note that since performance profiles only allow to assess the performance of each algorithm relative to the best algorithm, the
values
cannot be used to rank algorithms (i.e., to determine which algorithm is the second best etc.).
for all p, i, and
such that a performance ratio
if and only if algorithm p computed an infeasible solution
for instance i, and
if and only if the algorithm could not compute a solution for instance i within the given time limit. In our performance profile plots, performance ratios corresponding to infeasible solutions will be shown on the x-tick on the x-axis, while
instances that could not be partitioned within the time limit are shown implicitly by a line that exits the plot below
.
Since the performance ratios are heavily right-skewed, the performance profile plots are divided into three segments with different ranges for parameter
), while the second segment contains results for all instances
that are up to a factor of
worse than the best possible ratio. The last segment contains all remaining ratios, i.e., instances for which
some algorithms performed considerably worse than the best algorithm, instances for which algorithms produced infeasible solutions, and instances which could not be partitioned within
the given time limit.