fjoniyz / ganges

A project for the module (Advanced) Distributed Systems Prototyping at the Technical University of Berlin.
MIT License
3 stars 2 forks source link

Doca domain bounding #82

Closed Ralfons-06 closed 1 year ago

Ralfons-06 commented 1 year ago

I added the domain Bounding Phase as described in the Paper. The Unit tests are just to benchmark delta-doca while developing.

The Doca class takes a tuple and proceeds with the domain checking until a stable domain is found. This stable domain is then fed to the doca-part (clustering and pertubing) of the algorithm.

Ralfons-06 commented 1 year ago

Push back merge until optional domain bounding mode from https://github.com/fjoniyz/ganges/issues/81#issuecomment-1636750632 is implemented.