MultiAgentDecisionProcess
BGCG_SolverCreator_MP Class Reference

BGCG_SolverCreator_MP creates BGCG Solvers with Max Plus. More...

#include <BGCG_SolverCreator_MP.h>

Inheritance diagram for BGCG_SolverCreator_MP:
[legend]

Public Member Functions

 BGCG_SolverCreator_MP (size_t maxiter=25, const std::string &updateT=std::string("PARALL"), size_t verbose=0, double damping=0.0, size_t nrSolutions=1, size_t nrRestarts=10)
 (default) Constructor More...
 
BGCG_SolverMaxPlusCreate_BGCG_Solver (const boost::shared_ptr< const BayesianGameCollaborativeGraphical > &bg) const
 (default) Constructor More...
 
bool IsExactSolver () const
 Methods should indicated whether they compute exact (optimal) solutions or not. More...
 
std::string SoftPrint () const
 Returns a description of the solver creator. More...
 
std::string SoftPrintBrief () const
 Returns a brief description of the solver creator. More...
 
- Public Member Functions inherited from BGIP_SolverCreatorInterface
virtual
BayesianGameIdenticalPayoffSolver
operator() (const boost::shared_ptr< const BayesianGameIdenticalPayoffInterface > &bg) const =0
 Returns a pointer to a new BGIP solver object. More...
 
virtual ~BGIP_SolverCreatorInterface ()
 (default) Constructor More...
 

Private Attributes

double _m_damping
 
size_t _m_maxiter
 
size_t _m_nrRestarts
 
size_t _m_nrSolutions
 
std::string _m_updateType
 
size_t _m_verbose
 

Additional Inherited Members

- Public Attributes inherited from BGCG_SolverCreator
virtual
BayesianGameIdenticalPayoffSolver
*operator()(const boost
BayesianGameIdenticalPayoffSolver
temp = this->Create_BGCG_Solver(bgcg)
 
return temp
 

Detailed Description

BGCG_SolverCreator_MP creates BGCG Solvers with Max Plus.

Constructor & Destructor Documentation

BGCG_SolverCreator_MP::BGCG_SolverCreator_MP ( size_t  maxiter = 25,
const std::string &  updateT = std::string("PARALL"),
size_t  verbose = 0,
double  damping = 0.0,
size_t  nrSolutions = 1,
size_t  nrRestarts = 10 
)
inline

(default) Constructor

Member Function Documentation

BGCG_SolverMaxPlus* BGCG_SolverCreator_MP::Create_BGCG_Solver ( const boost::shared_ptr< const BayesianGameCollaborativeGraphical > &  bgcg) const
inlinevirtual

(default) Constructor

Implements BGCG_SolverCreator.

bool BGCG_SolverCreator_MP::IsExactSolver ( ) const
inlinevirtual

Methods should indicated whether they compute exact (optimal) solutions or not.

Implements BGIP_SolverCreatorInterface.

std::string BGCG_SolverCreator_MP::SoftPrint ( ) const
inlinevirtual

Returns a description of the solver creator.

Implements BGCG_SolverCreator.

References _m_nrRestarts.

std::string BGCG_SolverCreator_MP::SoftPrintBrief ( ) const
inlinevirtual

Returns a brief description of the solver creator.

Implements BGIP_SolverCreatorInterface.

References _m_nrRestarts.

Member Data Documentation

double BGCG_SolverCreator_MP::_m_damping
private
size_t BGCG_SolverCreator_MP::_m_maxiter
private
size_t BGCG_SolverCreator_MP::_m_nrRestarts
private

Referenced by SoftPrint(), and SoftPrintBrief().

size_t BGCG_SolverCreator_MP::_m_nrSolutions
private
std::string BGCG_SolverCreator_MP::_m_updateType
private
size_t BGCG_SolverCreator_MP::_m_verbose
private