|
Pakman
|
#include <ABCRejectionController.h>

Static Public Member Functions | |
| static Input | makeInput (const Arguments &args) |
Public Attributes | |
| int | number_accept |
| Epsilon | epsilon |
| Command | simulator |
| std::vector< ParameterName > | parameter_names |
| Command | prior_sampler |
Input struct thats contains input to ABCRejectionController constructor.
Definition at line 84 of file ABCRejectionController.h.
|
static |
Static function to make Input from command-line arguments.
| args | command-line arguments. |
Definition at line 65 of file ABCRejectionControllerStatic.cc.
| Epsilon ABCRejectionController::Input::epsilon |
Distance threshold for acceptance.
Definition at line 98 of file ABCRejectionController.h.
| int ABCRejectionController::Input::number_accept |
Number of parameters to accept.
Definition at line 95 of file ABCRejectionController.h.
| std::vector<ParameterName> ABCRejectionController::Input::parameter_names |
List of parameter names.
Definition at line 104 of file ABCRejectionController.h.
| Command ABCRejectionController::Input::prior_sampler |
Command to run sample from prior.
Definition at line 107 of file ABCRejectionController.h.
| Command ABCRejectionController::Input::simulator |
Command to run simulation.
Definition at line 101 of file ABCRejectionController.h.