nmpc_fmpc
|
Data to trace optimization loop. More...
#include <FmpcSolver.h>
Public Attributes | |
int | iter = 0 |
Iteration of optimization loop. More... | |
double | kkt_error = 0 |
KKT condition error. More... | |
double | duration_coeff = 0 |
Duration to calculate coefficients [msec]. More... | |
double | duration_backward = 0 |
Duration to process backward pass [msec]. More... | |
double | duration_forward = 0 |
Duration to process forward pass [msec]. More... | |
double | duration_update = 0 |
Duration to update variables [msec]. More... | |
Data to trace optimization loop.
Definition at line 232 of file FmpcSolver.h.
double nmpc_fmpc::FmpcSolver< StateDim, InputDim, IneqDim >::TraceData::duration_backward = 0 |
Duration to process backward pass [msec].
Definition at line 244 of file FmpcSolver.h.
double nmpc_fmpc::FmpcSolver< StateDim, InputDim, IneqDim >::TraceData::duration_coeff = 0 |
Duration to calculate coefficients [msec].
Definition at line 241 of file FmpcSolver.h.
double nmpc_fmpc::FmpcSolver< StateDim, InputDim, IneqDim >::TraceData::duration_forward = 0 |
Duration to process forward pass [msec].
Definition at line 247 of file FmpcSolver.h.
double nmpc_fmpc::FmpcSolver< StateDim, InputDim, IneqDim >::TraceData::duration_update = 0 |
Duration to update variables [msec].
Definition at line 250 of file FmpcSolver.h.
int nmpc_fmpc::FmpcSolver< StateDim, InputDim, IneqDim >::TraceData::iter = 0 |
Iteration of optimization loop.
Definition at line 235 of file FmpcSolver.h.
double nmpc_fmpc::FmpcSolver< StateDim, InputDim, IneqDim >::TraceData::kkt_error = 0 |
KKT condition error.
Definition at line 238 of file FmpcSolver.h.