MultiAgentDecisionProcess
|
BGIP_SolverCreatorInterface_T_MP creates BGIP Solvers with Max Plus. More...
#include <BGIP_SolverCreator_MP.h>
Public Member Functions | |
BGIP_SolverCreator_MP (size_t maxiter=25, const std::string &updateT=std::string("PARALL"), size_t verbose=1, double damping=0.0, size_t nrSolutions=1, size_t nrRestarts=10) | |
(default) Constructor More... | |
bool | IsExactSolver () const |
Methods should indicated whether they compute exact (optimal) solutions or not. More... | |
BGIP_SolverMaxPlus< JP > * | operator() (const boost::shared_ptr< const BayesianGameIdenticalPayoffInterface > &bg) const |
Returns a pointer to a new BGIP solver object. 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_T< JP > | |
virtual | ~BGIP_SolverCreatorInterface_T () |
(default) Constructor More... | |
Public Member Functions inherited from BGIP_SolverCreatorInterface | |
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 |
BGIP_SolverCreatorInterface_T_MP creates BGIP Solvers with Max Plus.
|
inline |
(default) Constructor
|
inlinevirtual |
Methods should indicated whether they compute exact (optimal) solutions or not.
Implements BGIP_SolverCreatorInterface_T< JP >.
|
inlinevirtual |
Returns a pointer to a new BGIP solver object.
Implements BGIP_SolverCreatorInterface_T< JP >.
|
inlinevirtual |
Returns a description of the solver creator.
Implements BGIP_SolverCreatorInterface_T< JP >.
References BGIP_SolverCreator_MP< JP >::_m_nrRestarts.
|
inlinevirtual |
Returns a brief description of the solver creator.
Implements BGIP_SolverCreatorInterface_T< JP >.
References BGIP_SolverCreator_MP< JP >::_m_nrRestarts.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |