:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfOrbitalOptimizationCost -------------------------- .. class:: WsfOrbitalOptimizationCost :class:`WsfOrbitalOptimizationCost` is used to specify alternate cost functions for orbital targeting operations. This class is a base class from which all cost classes will derive. The available optimization costs are: * :class:`WsfOrbitalBlendedCost`. Methods ******* .. method:: double Cost(double aDeltaT, double aDeltaV) Compute the value of the cost function for the provided **aDeltaT**, in seconds, and **aDeltaV**, in meters per second.