Orange-OpenSource / pyDcop

Library for research on Distributed Constraints Optimization Problems
https://pydcop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
36 stars 24 forks source link

Implementation of Continuous DCOP objects #30

Open jfransman opened 4 years ago

jfransman commented 4 years ago

Created a continuous domain class and updated the parsing of the DCOP yaml files. Continuous domains are created by [0 .. 10] to indicate a lower bound of '0' and a upper bound of '10'. Within all existing algorithms a check is added to assert the use of discrete domains for the local variables.