initialize Parameters
This function sets the initial mean and standard deviation parameters for the sampler. The mean values are specified by the supplied array. The initial standard deviation values are set based on the range of the input values associated with the problem. If the range of possible values is higher, then the initial standard deviation is higher. The range is used to approximate the standard deviation. The initialVariabilityFactor can be used to inflate or deflate this setting as needed.
Parameters
values
the initial values to be assigned to the mean parameters. The size of the array must be equal to the dimension of the sampler.