|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.knowceans.arms.ArmSampler.Envelope
class ArmSampler.Envelope
attributes of the entire rejection envelope
Field Summary | |
---|---|
(package private) double[] |
convex
adjustment for convexity |
(package private) int |
cpoint
number of POINTs in current envelope |
(package private) int[] |
neval
number of function evaluations performed |
(package private) int |
npoint
max number of POINTs allowed in envelope |
(package private) ArmSampler.Point[] |
p
start of storage of envelope POINTs |
(package private) double |
ymax
the maximum y-value in the current envelope |
Constructor Summary | |
---|---|
ArmSampler.Envelope()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int cpoint
int npoint
int[] neval
double ymax
ArmSampler.Point[] p
double[] convex
Constructor Detail |
---|
ArmSampler.Envelope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |