StochasticSolution Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Stores information for a stochastic solution.
Inheritance Hierarchy
System.Object
Microsoft.SolverFoundation.Services.StochasticSolution
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Class StochasticSolution
public class StochasticSolution
public ref class StochasticSolution
type StochasticSolution = class end
public class StochasticSolution
The StochasticSolution type exposes the following members.
Properties
Name | Description | |
---|---|---|
DecompositionGap | Gets or sets the average gap of the last iteration of a decomposition. | |
DecompositionIterations | Gets or sets the number of decomposition iterations. | |
ExpectedResultOfExpectedValue | Obsolete. Gets the expected result of an expected value solution. | |
ExpectedValue | Obsolete. Gets or sets the objective of an expected value problem. | |
SampleCount | Gets or sets the number of samples in a solution. | |
SamplingMethod | Gets or sets the sampling method for a solution. | |
ScenarioCount | Gets or sets the number of independent scenarios in a problem. | |
WaitAndSee | Obsolete. Gets the expected value of all wait-and-see problems. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.