SystemPerformanceOptimizationContextGetOptimalState Method
Gets the argument that optimizes the performance function
in this context, according to the specified
Cross-Entropy sampling parameter.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
protected abstract DoubleMatrix GetOptimalState(
DoubleMatrix parameter
)
Protected MustOverride Function GetOptimalState (
parameter As DoubleMatrix
) As DoubleMatrix
protected:
virtual DoubleMatrix^ GetOptimalState(
DoubleMatrix^ parameter
) abstract
abstract GetOptimalState :
parameter : DoubleMatrix -> DoubleMatrix
- parameter DoubleMatrix
-
A sampling parameter
exploited by a SystemPerformanceOptimizer during its
execution.
DoubleMatrix
The state that, according to the specified sampling parameter,
is guessed as the optimal argument of
the performance function
defined by this context.
The optimal state must be a valid input for the
performance function
of the system defined by this context.