3 references to DeltaExpansion
Microsoft.ML.Sweeper (3)
Algorithms\NelderMead.cs (3)
94
env.CheckUserArg(options.
DeltaExpansion
> options.DeltaReflection, nameof(options.
DeltaExpansion
), "Must be greater than " + nameof(options.DeltaReflection));
193
nextPoint = GetNewPoint(_centroid, _worst.Value, _args.
DeltaExpansion
);