Objective terms#

Base classes (for defining your own objective terms)#

class cvxportfolio.costs.Cost#

Base class for cost objects (and also risks).

Here there is some logic used to implement the algebraic operations. See also CombinedCost.

class cvxportfolio.costs.SimulatorCost#

Cost class that can be used by a MarketSimulator.