ContinuousOptimizationContextInitialArgument Property

The initial argument of the function which the search for the optimal one starts with.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public DoubleMatrix InitialArgument { get; }

Property Value

DoubleMatrix
The initial argument of the function which the search for the optimal one starts with.

Remarks

The initial argument represents the means of the Cross-Entropy parameter initially exploited to sample arguments of the function while searching for the optimal one.

See Also