Class ParetoOptimisationInput
Inheritance
System.Object
ParetoOptimisationInput
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>