Class MinimaxObjective
Defined in File MinimaxObjective.h
Inheritance Relationships
Base Type
public ompl::base::OptimizationObjective
(Class OptimizationObjective)
Derived Type
public ompl::base::MaximizeMinClearanceObjective
(Class MaximizeMinClearanceObjective)
Class Documentation
-
class MinimaxObjective : public ompl::base::OptimizationObjective
The cost of a path is defined as the worst state cost over the entire path. This objective attempts to find the path with the “best worst cost” over all paths.
Subclassed by ompl::base::MaximizeMinClearanceObjective