mozilla / filter-cascade

A python filter cascade implementation
Mozilla Public License 2.0
6 stars 5 forks source link

Add a solver method #21

Open jcjones opened 4 years ago

jcjones commented 4 years ago

It's possible to attempt different filter geometries (particularly the size of the first layer) to achieve different filter efficiencies for a given dataset.

Add methods to iterate with different layer capacities and a maximum-time stopwatch to find an optimum.

This is probably best done by spawning threads with a timer on an executor.