daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 62 forks source link

[DAPHNE-#702] Config parameter for sparsity threshold #702

Closed corepointer closed 5 months ago

corepointer commented 7 months ago

This commit adds a configuration item to DaphneUserConfig to let the user specify a sparsity threshold. This is arbitrarily set to 25% by default (from the non-configurable previous default of 10%). Furthermore, all the required changes to read the threshold (from json) to passing it down to the SelectMatrixRepresentationsPass are implemented. Two more misc comments:

1

Closes #702

corepointer commented 5 months ago

Thx for the review @pdamme!

pdamme commented 5 months ago