Struct MultiOptimizationObjective::Component

Nested Relationships

This struct is a nested type of Class MultiOptimizationObjective.

Struct Documentation

struct Component

Defines a pairing of an objective and its weight.

Public Functions

Component(OptimizationObjectivePtr obj, double weight)

Public Members

OptimizationObjectivePtr objective
double weight