_m_bgcg | BGCG_Solver | protected |
_m_damping | BGCG_SolverFG | private |
_m_deadlineInSeconds | BGCG_SolverFG | private |
_m_fgc | BGCG_SolverFG | private |
_m_FGSt | BGCG_SolverFG | private |
_m_FGt | BGCG_SolverFG | private |
_m_maxIter | BGCG_SolverFG | private |
_m_nrRestarts | BGCG_SolverFG | private |
_m_updateType | BGCG_SolverFG | private |
_m_verbosity | BGCG_SolverFG | private |
AddSolution(const JointPolicyPureVector &jp, double value) | BayesianGameIdenticalPayoffSolver | inline |
AddSolution(const JointPolicyPureVectorForClusteredBG &jp, double value) | BayesianGameIdenticalPayoffSolver | inline |
AddSolution(LIndex jpolIndex, double value) | BayesianGameIdenticalPayoffSolver | inline |
BayesianGameIdenticalPayoffSolver(const boost::shared_ptr< const BayesianGameIdenticalPayoffInterface > &bg, size_t nrDesiredSolutions=1) | BayesianGameIdenticalPayoffSolver | |
BGCG_Solver(const boost::shared_ptr< const BayesianGameCollaborativeGraphical > &bgcg, size_t nrSolutions=1) | BGCG_Solver | |
BGCG_SolverFG(const boost::shared_ptr< const BayesianGameCollaborativeGraphical > &bgcg, BG_FactorGraphCreator::BGFactorGraph_t FGt=BG_FactorGraphCreator::AgentTypeIndependence, FG_Solver::FG_Solver_t FGSt=FG_Solver::FGSt_MaxPlus, size_t nrSolutions=1, int verbosity=2, double deadlineInSeconds=0, bool exploitSparseness=false) | BGCG_SolverFG | |
BGCG_SolverFG(const BGCG_SolverFG &a) | BGCG_SolverFG | |
CheckDeadline(const std::string &errorMessage) const | BayesianGameIdenticalPayoffSolver | protectedvirtual |
Evaluate(const JointPolicyPureVector &jpolBG) const | BayesianGameIdenticalPayoffSolver | |
Evaluate(const JointPolicyPureVectorForClusteredBG &jpolBG) const | BayesianGameIdenticalPayoffSolver | |
GetBGCG() const | BGCG_Solver | inline |
GetBGIPI() const | BayesianGameIdenticalPayoffSolver | inline |
GetExpectedReward() const | BayesianGameIdenticalPayoffSolver | inline |
GetJointPolicy() const | BayesianGameIdenticalPayoffSolver | inline |
GetJointPolicyPureVector() const | BayesianGameIdenticalPayoffSolver | inline |
GetNewJpol() const | BayesianGameIdenticalPayoffSolver | virtual |
GetNextSolutionJPPV() const | BayesianGameIdenticalPayoffSolver | inline |
GetNextSolutionPJPDP() const | BayesianGameIdenticalPayoffSolver | inline |
GetNrDesiredSolutions() const | BayesianGameIdenticalPayoffSolver | inline |
GetNrFoundSolutions() const | BayesianGameIdenticalPayoffSolver | inline |
GetPayoff() const | BayesianGameIdenticalPayoffSolver | inline |
GetResultsOFStream() const | BayesianGameIdenticalPayoffSolver | inline |
GetTimingsOFStream() const | BayesianGameIdenticalPayoffSolver | inline |
GetWriteAnyTimeResults() const | BayesianGameIdenticalPayoffSolver | inline |
InitDeadline() | BayesianGameIdenticalPayoffSolver | inlineprotectedvirtual |
IsEmptyJPPV() const | BayesianGameIdenticalPayoffSolver | inline |
IsEmptyPJPDP() const | BayesianGameIdenticalPayoffSolver | inline |
IsExactSolver() const | BGCG_SolverFG | inlinevirtual |
operator=(const BGCG_SolverFG &o) | BGCG_SolverFG | |
BGCG_Solver::operator=(const BGCG_Solver &o) | BGCG_Solver | |
PopNextSolutionJPPV() | BayesianGameIdenticalPayoffSolver | inline |
PopNextSolutionPJPDP() | BayesianGameIdenticalPayoffSolver | inline |
ProcessFoundConfigurations_AI(std::list< valConf > &bestConfs) | BGCG_SolverFG | private |
ProcessFoundConfigurations_ATI(std::list< valConf > &bestConfs) | BGCG_SolverFG | private |
SaveSolution(const std::string &filename) const | BayesianGameIdenticalPayoffSolver | inline |
SetAnyTimeResults(bool turn_on, std::ofstream *results, std::ofstream *timings) | BayesianGameIdenticalPayoffSolver | |
SetCBGlowerBound(double lb) | BGCG_SolverFG | inlinevirtual |
SetCBGupperBound(double ub) | BGCG_SolverFG | inlinevirtual |
SetDamping(double d) | BGCG_SolverFG | inline |
SetDeadline(double deadlineInSeconds) | BayesianGameIdenticalPayoffSolver | inlinevirtual |
SetMaxIter(size_t m) | BGCG_SolverFG | inline |
SetNrDesiredSolutions(size_t n) | BayesianGameIdenticalPayoffSolver | inline |
SetNrRestarts(size_t n) | BGCG_SolverFG | inline |
SetUpdateType(std::string s) | BGCG_SolverFG | inline |
SoftPrintSolution() const | BayesianGameIdenticalPayoffSolver | inline |
Solve() | BGCG_SolverFG | virtual |
valConf typedef | BGCG_SolverFG | |
~BayesianGameIdenticalPayoffSolver() | BayesianGameIdenticalPayoffSolver | inlinevirtual |
~BGCG_Solver() | BGCG_Solver | virtual |
~BGCG_SolverFG() | BGCG_SolverFG | |