Content deleted Content added
Fixed up the definition and added an example. |
Fixed the formal definition. |
||
Line 1:
'''Distributed constraint optimization''' (DCOP) is the [[Distributed computing|distributed]] analogue to [[Constraint optimization|constraint optimization]]. A DCOP is a problem in which a group of agents must distributedly choose values for a set of variables such that the cost
of a set of constraints over the variables is either minimized or maximized.
==
A DCOP can be defined as a [[Tuple|tuple]] <math>\langle A, V, \mathcal{D}, f, \alpha, \sigma \rangle</math>, where:
Line 7 ⟶ 8:
*<math>V</math> is a set of variables, <math>\{v_1,v_2,\ldots,v_{|V|}\}</math>;
*<math>\mathcal{D}</math> is a set of domains, <math>\{D_1, D_2, \ldots, D_{|V|}\}</math>, where each <math>D \in \mathcal{D}</math> is a [[Finite set|finite set]] containing the values to which its associated variable my be assigned;
*<math>f</math> is function
*<math>\alpha</math> is a function <math>\alpha : V \rightarrow A</math> mapping variables to their associated agent. <math>\alpha(v_i) \mapsto a_j</math> implies that it is agent <math>a_j</math>'s responsibility to assign the value of variable <math>v_i</math>. Note that it is not necessarily true that <math>\alpha</math> is either an [[Injective function|injection]] or [[surjection]]; and
*<math>\sigma</math> is an [[operator]]
The objective of a DCOP is to have each agent assign values to its associated variables in order to either minimize or maximize <math>\sigma(f)</math> for a given assignment of the variables.
Line 29 ⟶ 30:
*<math>\sigma = \sum_{\mathcal{P}(\mathcal{D})}f</math>
The objective, then, is to minimize <math>\sigma(f)</math>.
==Notes==
<references/>
|