Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Cooperative distributed problem solving

In computing cooperative distributed problem solving is a network of semi-autonomous processing nodes working together to solve a problem, typically in a multi-agent system. That is concerned with the investigation of problem subdivision, sub-problem distribution, results synthesis, optimisation of problem solver coherence and co-ordination. It is closely related to distributed constraint programming and distributed constraint optimization; see the links below.

We don't have any images related to Cooperative distributed problem solving yet.
We don't have any YouTube videos related to Cooperative distributed problem solving yet.
We don't have any PDF documents related to Cooperative distributed problem solving yet.
We don't have any Books related to Cooperative distributed problem solving yet.
We don't have any archived web articles related to Cooperative distributed problem solving yet.

Aspects of CDPS

  • Neither global control or global data storage – no individual CDPS problem solver (agent) has sufficient information to solve the entire problem.
  • Control and data are distributed
  • Communication is slower than computation, therefore:
    • Loose coupling between problem solvers
    • Efficient protocols (not too much communication overhead)
    • problems should be modular, coarse grained
  • Any unique node is a potential bottleneck
    • Organised behaviour is hard to guarantee since no one node has the complete picture

See also

Some relevant books