|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.hups.RQMCPointSet
public class RQMCPointSet
This class is used for randomized quasi-Monte Carlo (RQMC) simulations. The idea is to randomize a point set so that:
Constructor Summary | |
---|---|
RQMCPointSet(PointSet set,
PointSetRandomization rand)
Constructor with the point set set and the randomization rand. |
Method Summary | |
---|---|
PointSet |
getPointSet()
Returns the point set associated to this object. |
PointSetRandomization |
getRandomization()
Returns the randomization associated to this object. |
PointSetIterator |
iterator()
Returns a new point set iterator for the point set associated to this object. |
void |
randomize()
Randomizes the point set. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RQMCPointSet(PointSet set, PointSetRandomization rand)
set
- the point setrand
- the randomizationMethod Detail |
---|
public void randomize()
public PointSetIterator iterator()
public PointSet getPointSet()
public PointSetRandomization getRandomization()
|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |