ContinuousOptimizationContextInitialArgument Property
The initial argument of the function which
the search for the optimal one starts with.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public DoubleMatrix InitialArgument { get; }
Public ReadOnly Property InitialArgument As DoubleMatrix
Get
public:
property DoubleMatrix^ InitialArgument {
DoubleMatrix^ get ();
}
member InitialArgument : DoubleMatrix with get
Property Value
DoubleMatrix
The initial argument of the function which
the search for the optimal one starts with.
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.