Click or drag to resize

ContinuousOptimizationContextInitialArgument Property

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

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

Property Value

Type: 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