Class ParetoOptimisationInput
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ParetoOptimisationInput
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ParetoOptimisationInput : ParetoOptimisationVariable, IEquatable<APIBase>
Properties
NumberOfSteps
Declaration
public int NumberOfSteps { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Range
Declaration
public override Range Range { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
Overrides
SpecifyInputRangeAs
Declaration
public override SpecifyOptimisationInputAs SpecifyInputRangeAs { get; set; }
Property Value
| Type | Description |
|---|---|
| SpecifyOptimisationInputAs |
Overrides
Implements
System.IEquatable<T>