Class RLEnvironment.StepInfo
java.lang.Object
neqsim.process.ml.RLEnvironment.StepInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
RLEnvironment
Additional info from a step.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleConstraint violation penalty applied.doubleEnergy consumption this step.booleanWhether any hard constraint was violated.private static final longdoubleSimulation time.doubleCurrent throughput.Explanation of any violations. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
constraintPenalty
public double constraintPenaltyConstraint violation penalty applied. -
energyConsumption
public double energyConsumptionEnergy consumption this step. -
throughput
public double throughputCurrent throughput. -
simulationTime
public double simulationTimeSimulation time. -
hardViolation
public boolean hardViolationWhether any hard constraint was violated. -
violationExplanation
Explanation of any violations.
-
-
Constructor Details
-
StepInfo
public StepInfo()
-