Info

This question is closed. Reopen it to edit or answer.

How to use parallel computing toolbox solve decomposed optimization problem?

3 views (last 30 days)
Hello everyone,
I have an optimization problem to be solved by consesus ADMM algorithm. This algorithm solves subproblems decomposed from main (usually large scale) problem and comprises of an iterative step on each subproblem and after the iteration is done, a global variable must be computed by the result of each subproblem. hence, I'm asking for any suggestion on how I can implement such algorithm by PCT where subproblems are solved by workers. It would be so appreciated if you could help me with this or guide me about.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!