Class BatchStudy.CaseResult
java.lang.Object
neqsim.process.util.optimization.BatchStudy.CaseResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
BatchStudy
Result of a single case.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal booleanfinal BatchStudy.ParameterSetprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionCaseResult(BatchStudy.ParameterSet parameters, boolean failed, String errorMessage) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
parameters
-
failed
public final boolean failed -
errorMessage
-
objectiveValues
-
runtime
-
-
Constructor Details
-
CaseResult
-