ClusterAbstract, ClusterWheatleypublic class ClusterPY extends ClusterWheatleyHS
ClusterWheatleyHS.AllSigs| Modifier and Type | Field | Description |
|---|---|---|
protected double[][][] |
c |
|
protected double[][][] |
h |
|
protected double[][][] |
t |
beta, cliqueCount, cliqueList, cliqueSet, cPairID, eCliqueCount, eCliqueList, edgeCount, f, fA, fB, fC, fQ, fullBondMask, lastCPairID, lastValue, n, notzero, outDegree, precalcQ, screened, total, value| Constructor | Description |
|---|---|
ClusterPY(int nPoints,
MayerFunction f) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
calcValue(BoxCluster box) |
Returns the cluster value for the given configuration.
|
calcFullFQ, calcValue, checkConfig, cliqueCheck, getCliqueCount, getCliques, getECliqueCount, getECliques, getEdgeCount, getFullBondMask, getOutDegree, makeCopy, pointCount, setTemperature, updateF, valueprotected final double[][][] t
protected final double[][][] h
protected final double[][][] c
public ClusterPY(int nPoints,
MayerFunction f)
public double calcValue(BoxCluster box)
ClusterWheatleyHScalcValue in interface ClusterWheatleycalcValue in class ClusterWheatleyHS