MultiAgentDecisionProcess
Release 0.2.1
|
BGIP_SolverCreator_BFS returns a Brute Force Search BGIP_Solver. More...
#include <BGIP_SolverCreator_BFS.h>
Public Member Functions | |
BGIP_SolverCreator_BFS (size_t verbose=0, size_t nrSolutions=1) | |
(default) Constructor | |
BGIP_SolverBruteForceSearch< JP > * | operator() (const BayesianGameIdenticalPayoffInterface &bg) const |
Returns a pointer to a new BGIP solver object. | |
std::string | SoftPrint () const |
Returns a description of the solver creator. | |
![]() | |
virtual | ~BGIP_SolverCreatorInterface () |
(default) Constructor |
Private Attributes | |
size_t | _m_nrSolutions |
size_t | _m_verbose |
BGIP_SolverCreator_BFS returns a Brute Force Search BGIP_Solver.
Definition at line 45 of file BGIP_SolverCreator_BFS.h.
|
inline |
(default) Constructor
Definition at line 56 of file BGIP_SolverCreator_BFS.h.
|
inlinevirtual |
Returns a pointer to a new BGIP solver object.
Implements BGIP_SolverCreatorInterface< JP >.
Definition at line 65 of file BGIP_SolverCreator_BFS.h.
References BGIP_SolverCreator_BFS< JP >::_m_nrSolutions, and BGIP_SolverCreator_BFS< JP >::_m_verbose.
|
inlinevirtual |
Returns a description of the solver creator.
Implements BGIP_SolverCreatorInterface< JP >.
Definition at line 79 of file BGIP_SolverCreator_BFS.h.
References BGIP_SolverCreator_BFS< JP >::_m_nrSolutions, and BGIP_SolverCreator_BFS< JP >::_m_verbose.
|
private |
Definition at line 49 of file BGIP_SolverCreator_BFS.h.
Referenced by BGIP_SolverCreator_BFS< JP >::operator()(), and BGIP_SolverCreator_BFS< JP >::SoftPrint().
|
private |
Definition at line 48 of file BGIP_SolverCreator_BFS.h.
Referenced by BGIP_SolverCreator_BFS< JP >::operator()(), and BGIP_SolverCreator_BFS< JP >::SoftPrint().