|
Pakman
|
#include <SweepController.h>

Static Public Member Functions | |
| static Input | makeInput (const Arguments &args) |
Public Attributes | |
| Command | simulator |
| std::vector< ParameterName > | parameter_names |
| Command | generator |
Input struct thats contains input to SweepController constructor.
Definition at line 68 of file SweepController.h.
|
static |
Static function to make Input from command-line arguments.
| args | command-line arguments. |
Definition at line 52 of file SweepControllerStatic.cc.
| Command SweepController::Input::generator |
Command to generate parameter sets to simulate.
Definition at line 85 of file SweepController.h.
| std::vector<ParameterName> SweepController::Input::parameter_names |
List of parameter names.
Definition at line 82 of file SweepController.h.
| Command SweepController::Input::simulator |
Command to run simulation.
Definition at line 79 of file SweepController.h.