Package jline.solvers.uq
Class SolverUQ.Interval
java.lang.Object
jline.solvers.uq.SolverUQ.Interval
- Enclosing class:
- SolverUQ
Interval-valued metrics returned by
SolverUQ.getInterval(). Each metric is
a pair of nstations x nclasses matrices holding the two endpoints.-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether the interval is the exact hull over the whole parameter box."mvainterval" or "sampled".final MatrixQueue-length endpoints.final MatrixQueue-length endpoints.When not exact, the condition that ruled out the exact path.final MatrixResponse-time endpoints.Total response-time interval (1 x 2); null off the exact path.final MatrixResponse-time endpoints.final MatrixThroughput endpoints.final MatrixThroughput endpoints.final MatrixUtilization endpoints.final MatrixUtilization endpoints.final MatrixResidence-time endpoints.final MatrixResidence-time endpoints.System throughput interval (1 x 2); null off the exact path. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Qlo
Queue-length endpoints. -
Qup
Queue-length endpoints. -
Ulo
Utilization endpoints. -
Uup
Utilization endpoints. -
Rlo
Response-time endpoints. -
Rup
Response-time endpoints. -
Tlo
Throughput endpoints. -
Tup
Throughput endpoints. -
Wlo
Residence-time endpoints. -
Wup
Residence-time endpoints. -
X
System throughput interval (1 x 2); null off the exact path. -
Rtot
Total response-time interval (1 x 2); null off the exact path. -
exact
public boolean exactWhether the interval is the exact hull over the whole parameter box. -
method
"mvainterval" or "sampled". -
reason
When not exact, the condition that ruled out the exact path.
-
-
Constructor Details
-
Interval
public Interval(int M, int K)
-