Click or drag to resize

SystemPerformanceOptimizationResultsOptimalState Property

Gets a value representing the argument that optimizes the performance function of a SystemPerformanceOptimizationContext.

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

Property Value

Type: DoubleMatrix
The argument that optimizes the performance function of a SystemPerformanceOptimizationContext.
See Also