Click or drag to resize

SystemPerformanceOptimizationContextOptimizationGoal Property

Gets a constant specifying if the performance function in this context must be minimized or maximized.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public OptimizationGoal OptimizationGoal { get; }

Property Value

Type: OptimizationGoal
Maximization if the performance function must be maximized; otherwise, Minimization.
See Also