|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message that contains the final bound on the solution quality. More...

Public Member Functions | |
| BoundStatsMsg () | |
| Empty constructor. | |
| BoundStatsMsg (AddableReal finalBound) | |
| Constructor. | |
| AddableReal | getFinalBound () |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| Public Member Functions inherited from frodo2.communication.MessageWithPayload< T extends Serializable > | |
| MessageWithPayload () | |
| Empty constructor. | |
| MessageWithPayload (MessageType type, T payload) | |
| Constructor. | |
| MessageWithPayload< T > | clone () |
| T | getPayload () |
| void | setPayload (T payload) |
| String | toString () |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
| void | fakeSerialize () |
| Pretends to serialize the message. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
Message that contains the final bound on the solution quality.
| frodo2.algorithms.duct.BoundStatsMsg.BoundStatsMsg | ( | ) |
Empty constructor.
| frodo2.algorithms.duct.BoundStatsMsg.BoundStatsMsg | ( | AddableReal | finalBound | ) |
Constructor.
| finalBound | the final bound on the solution quality |
References frodo2.algorithms.duct.Sampling< V extends Addable< V > >.BOUND_MSG_TYPE.
| AddableReal frodo2.algorithms.duct.BoundStatsMsg.getFinalBound | ( | ) |
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().
Referenced by frodo2.algorithms.duct.Sampling< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingChild< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingChildSearch< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingPruning< V extends Addable< V > >.notifyIn(), and frodo2.algorithms.duct.SamplingPruningSearch< V extends Addable< V > >.notifyIn().

| void frodo2.algorithms.duct.BoundStatsMsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
References frodo2.solutionSpaces.AddableReal.readExternal(), and frodo2.solutionSpaces.AddableReal.readResolve().

| void frodo2.algorithms.duct.BoundStatsMsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().
