Return all possible local moves: growth, trim, recenter
Given a current configuration theta of size k
single zones, return all configurations where we either grow, trim, or recenter one of the k
single zones.
return_local_moves(theta, overlap, cluster_coords)
theta |
current configuration |
overlap |
|
cluster_coords |
list of 3 NumericMatrix
, corresponding to each of the possible moves (k
rows, each possible move being a column)
Albert Y. Kim
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.