Neighbour change api
This commit is contained in:
@@ -16,7 +16,7 @@ function startNeighbourSamplingSimulation() {
|
||||
return distanceFunction(s, t, props, norm);
|
||||
})
|
||||
.stableVelocity(0.000001) //TODO
|
||||
.stableVeloHandler(ended);
|
||||
.onStableVelo(ended);
|
||||
|
||||
simulation
|
||||
.alphaDecay(0)
|
||||
|
||||
Reference in New Issue
Block a user