ClusterAbstract, ClusterAbstractMultivaluepublic class ClusterWheatleySoftDerivativesMix extends ClusterWheatleySoftDerivatives
ClusterWheatleySoftDerivatives.ClusterRetrievePrimes, ClusterWheatleySoftDerivatives.ClusterRetrievePrimesBD| Modifier and Type | Field | Description |
|---|---|---|
protected MayerFunction[][] |
fMap |
|
protected MayerFunction[][] |
mixF |
|
protected int[] |
nTypes |
avgAbsCheck, avgAbsCheckBD, BDAccFrac, beta, binomial, checkFac, clusterBD, count, cPairID, debug, doCaching, f, fA, fB, fC, fQ, lastCPairID, lastValue, lastValueBD, n, nCheck, nCheckTot, nDer, pushme, pushmeval, random, randomJustChecking, rCut2, SoftBDcount, stepcount, timeBD, tol, totcount, value, valueBD| Constructor | Description |
|---|---|
ClusterWheatleySoftDerivativesMix(int nPoints,
int[] nTypes,
MayerFunction[][] f,
double tol,
int nDer) |
| Modifier and Type | Method | Description |
|---|---|---|
ClusterAbstract |
makeCopy() |
Returns another instance of an identical cluster (shallow copy).
|
void |
setTolerance(double newTol) |
|
protected void |
updateF(BoxCluster box) |
calcFullFQ, calcValue, getAllLastValues, getAverageCheck, getAverageCheckBD, getNumBDChecks, getNumCheckVisits, getNumValues, getSoftBDcount, getSoftBDfrac, getSoftcount, getTimeBD, pointCount, printCheckData, setBDAccFrac, setDoCaching, setNumBDCheckBins, setRCut, setTemperature, value, valueIsBDprotected final MayerFunction[][] mixF
protected final int[] nTypes
protected final MayerFunction[][] fMap
public ClusterWheatleySoftDerivativesMix(int nPoints,
int[] nTypes,
MayerFunction[][] f,
double tol,
int nDer)
public void setTolerance(double newTol)
setTolerance in class ClusterWheatleySoftDerivativespublic ClusterAbstract makeCopy()
ClusterAbstractmakeCopy in interface ClusterAbstractmakeCopy in class ClusterWheatleySoftDerivativesprotected void updateF(BoxCluster box)
updateF in class ClusterWheatleySoftDerivatives