BestCandidateSampling.Disk |
BestCandidateSampling.Disk.generate(float[] xys) |
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given xys float array.
|
BestCandidateSampling.Disk |
BestCandidateSampling.Disk.generate(java.nio.FloatBuffer xys) |
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given xys FloatBuffer.
|
BestCandidateSampling.Disk |
BestCandidateSampling.Disk.generate(Callback2d callback) |
Generate 'best candidate' sample positions and call the given callback for each generated sample.
|
BestCandidateSampling.Disk |
BestCandidateSampling.Disk.numCandidates(int numCandidates) |
Set the number of candidates to try for each generated sample.
|
BestCandidateSampling.Disk |
BestCandidateSampling.Disk.numSamples(int numSamples) |
Set the number of samples to generate.
|
BestCandidateSampling.Disk |
BestCandidateSampling.Disk.seed(long seed) |
Set the seed to initialize the pseudo-random number generator with.
|