Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Implementation for nested algorithm #23

Open
AumeshMisra opened this issue Apr 8, 2020 · 1 comment
Open

Implementation for nested algorithm #23

AumeshMisra opened this issue Apr 8, 2020 · 1 comment

Comments

@AumeshMisra
Copy link

Hi,

I'm trying to implement a DCOP algorithm, heist. Heist runs maxsum at each cycle and then update values appropriately (based on maxsum's answer). Im having trouble running and calling maxsum within heist without running into errors. Do you have any recommendations on how I can implement a nested algorithm (an algorithm that requires the answer of another algorithm for each cycle)? I've attached the paper the algorithm comes from. Heist is based from Algorithm 3 and 4 in the paper.

mab_dcops.pdf

@PierreRustOrange
Copy link
Member

Although the framework is currently not really designed for that kind of use case (but that's something I would love to do!) I've done something similar for the computations' replication.

The idea is to have one main computation that handles the global logic of your algorithm and launch the computation of your nested algorithm from there. Not straightforward but definitively doable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants