Parameters type. More...
#include <roboptim/core/solver.hh>
Public Types | |
typedef boost::variant < Function::value_type, int, std::string > | parameterValues_t |
Allowed types for parameters. | |
Public Attributes | |
std::string | description |
Parameter description (for humans). | |
parameterValues_t | value |
Value. |
Parameters type.
typedef boost::variant<Function::value_type, int, std::string> roboptim::Parameter::parameterValues_t |
Allowed types for parameters.
std::string roboptim::Parameter::description |
Parameter description (for humans).
Referenced by roboptim::operator<<().