Class BatchSizeCalculation
- Namespace
- CounterpointCollective.Dataflow
- Assembly
- Dataflow.Composable.dll
public record BatchSizeCalculation : IEquatable<BatchSizeCalculation>
- Inheritance
-
BatchSizeCalculation
- Implements
-
- Inherited Members
-
Properties
AllowedBatchSizeRange
public int AllowedBatchSizeRange { get; }
Property Value
- int
DeltaBatch
public int DeltaBatch { get; set; }
Property Value
- int
DeltaThroughput
public double DeltaThroughput { get; set; }
Property Value
- double
DeltaThroughputPerDeltaBatch
public double DeltaThroughputPerDeltaBatch { get; }
Property Value
- double
LowPassBuffer
public IEnumerable<double> LowPassBuffer { get; set; }
Property Value
- IEnumerable<double>
MaxBatchSize
public int MaxBatchSize { get; set; }
Property Value
- int
MinBatchSize
public int MinBatchSize { get; set; }
Property Value
- int
NewBatchSize
public int NewBatchSize { get; set; }
Property Value
- int
OldBatchSize
public int? OldBatchSize { get; set; }
Property Value
- int?
S1Calculated
public double S1Calculated { get; set; }
Property Value
- double
S2SetPoint
public double S2SetPoint { get; set; }
Property Value
- double
S3DampenedSetPoint
public double S3DampenedSetPoint { get; set; }
Property Value
- double
S4Clamped
public double S4Clamped { get; }
Property Value
- double
S5EnsureChangedBatchSize
public double? S5EnsureChangedBatchSize { get; set; }
Property Value
- double?