StochasticSolution Class
Solver Foundation 3.0
[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.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The StochasticSolution type exposes the following members.
| 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. |
| 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.) |
Show:
