-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial work on the spatially structured randomisations.
The current version allocates to all groups within the neighbour sets around a seed location, filling each in turn. Once those are filled it finds another seed location and repeats. Currently does not fully allocate all elements on the first pass, and ends up using the swap algorithm to finish the work. This could be a broader issue, though. Updates issue #76 Signed-off-by: Shawn Laffan <shawnlaffan@gmail.com>
- Loading branch information
1 parent
ad52cce
commit cf10650
Showing
3 changed files
with
241 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters