SamplingMethod Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines a sampling method.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Enumeration SamplingMethod
public enum SamplingMethod
public enum class SamplingMethod
type SamplingMethod
public enum SamplingMethod

Members

Member name Description
Automatic A sampling method chosen by the solver.
NoSampling No sampling.
MonteCarlo Monte Carlo.
LatinHypercube Latin Hypercube.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace