|
Autoware.Auto
|
|
#include <optimization_problem.hpp>


Convenience class for unconstrained optimization problems. This is a thin wrapper around the objective expression.
| ObjectiveT | Objective of the optimization problem. |
| DomainValueT | Parameter type. |
| NumVarsT | Number of variables. |