FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.duct.BoundStatsMsg Class Reference

Message that contains the final bound on the solution quality. More...

Inheritance diagram for frodo2.algorithms.duct.BoundStatsMsg:

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 ()
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.

Detailed Description

Message that contains the final bound on the solution quality.

Author
Brammert Ottens

Constructor & Destructor Documentation

◆ BoundStatsMsg() [1/2]

frodo2.algorithms.duct.BoundStatsMsg.BoundStatsMsg ( )

Empty constructor.

◆ BoundStatsMsg() [2/2]

frodo2.algorithms.duct.BoundStatsMsg.BoundStatsMsg ( AddableReal finalBound)

Constructor.

Parameters
finalBoundthe final bound on the solution quality

References frodo2.algorithms.duct.Sampling< V extends Addable< V > >.BOUND_MSG_TYPE.

Member Function Documentation

◆ getFinalBound()

◆ readExternal()

void frodo2.algorithms.duct.BoundStatsMsg.readExternal ( ObjectInput in) throws IOException, ClassNotFoundException

◆ writeExternal()

void frodo2.algorithms.duct.BoundStatsMsg.writeExternal ( ObjectOutput out) throws IOException

The documentation for this class was generated from the following file: