|
DMP_BBO library
|
The task solver tunes the parameters a and c such that the function
best matches a set of target values y_target for a set of input values x.
More...


Public Member Functions | |
| DemoTaskSolverApproximateQuadraticFunction (const VectorXd &inputs) | |
| void | performRollout (const VectorXd &sample, const VectorXd &task_parameters, MatrixXd &cost_vars) const |
| Function to perform a rollout. More... | |
| string | toString (void) const |
| Returns a string representation of the object. More... | |
Public Member Functions inherited from TaskSolver | |
| void | performRollout (const Eigen::VectorXd &sample, Eigen::MatrixXd &cost_vars) const |
| Perform a rollout, i.e. More... | |
| virtual void | performRollout (const Eigen::VectorXd &sample, const Eigen::VectorXd &task_parameters, Eigen::MatrixXd &cost_vars) const =0 |
| Perform a rollout, i.e. More... | |
The task solver tunes the parameters a and c such that the function
best matches a set of target values y_target for a set of input values x.
Definition at line 115 of file demoOptimizationTask.cpp.
|
inline |
| [in] | inputs | x in |
Definition at line 121 of file demoOptimizationTask.cpp.
|
inline |
Function to perform a rollout.
| [in] | sample | Sample containing variation of a and c (in ) |
| [in] | task_parameters | Ignored |
| [in] | cost_vars | Cost-relevant variables, containing the predictions |
Definition at line 131 of file demoOptimizationTask.cpp.

|
inlinevirtual |
Returns a string representation of the object.
Implements TaskSolver.
Definition at line 144 of file demoOptimizationTask.cpp.
1.8.11