![]() |
ImFusion SDK 4.3
|
#include <RoboticsPlugin/Include/ImFusion/Robotics/MotionPlanning/Optimization/FunctionRnToRm.h>
Abstract base class to define constraints and cost functions for optimization. More...
Abstract base class to define constraints and cost functions for optimization.
It serves as a base for Function which is the main class that the user must inherit and override its virtual methods to implement specific constraints or cost functions. The use of this class must implement the evaluation of the function value and its differential in both sparse and dense matrix formats.