* Changes in the simulator API:
* For k-filtering, the threshold parameter is now k
* weights are now called rewards everywhere but for priority (to keep the weight/counterweight story)
* Interleaving of rewards and forbidden edges has been improved (each can define the other if necessary)
* reward-based policies are triggered by setting a beta parameter
* Introduction of in-package parallelization tools
* New notebook tutorial added
* Bugfix: E-Filtering now has working CCDF
* Chores