protected override void PartialSample(
double[] destinationArray,
Tuple<int, int> sampleSubsetRange,
RandomNumberGenerator randomNumberGenerator,
DoubleMatrix parameter,
int sampleSize
)
Protected Overrides Sub PartialSample (
destinationArray As Double(),
sampleSubsetRange As Tuple(Of Integer, Integer),
randomNumberGenerator As RandomNumberGenerator,
parameter As DoubleMatrix,
sampleSize As Integer
)
protected:
virtual void PartialSample(
array<double>^ destinationArray,
Tuple<int, int>^ sampleSubsetRange,
RandomNumberGenerator^ randomNumberGenerator,
DoubleMatrix^ parameter,
int sampleSize
) override
abstract PartialSample :
destinationArray : float[] *
sampleSubsetRange : Tuple<int, int> *
randomNumberGenerator : RandomNumberGenerator *
parameter : DoubleMatrix *
sampleSize : int -> unit
override PartialSample :
destinationArray : float[] *
sampleSubsetRange : Tuple<int, int> *
randomNumberGenerator : RandomNumberGenerator *
parameter : DoubleMatrix *
sampleSize : int -> unit
This method has been implemented to support the optimization of functions whose arguments are partitions.