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
Public property DecompositionGap Gets or sets the average gap of the last iteration of a decomposition.
Public property DecompositionIterations Gets or sets the number of decomposition iterations.
Public property ExpectedResultOfExpectedValue Obsolete. Gets the expected result of an expected value solution.
Public property ExpectedValue Obsolete. Gets or sets the objective of an expected value problem.
Public property SampleCount Gets or sets the number of samples in a solution.
Public property SamplingMethod Gets or sets the sampling method for a solution.
Public property ScenarioCount Gets or sets the number of independent scenarios in a problem.
Public property WaitAndSee Obsolete. Gets the expected value of all wait-and-see problems.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace