-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cce139
commit 0fc58c9
Showing
1 changed file
with
9 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# random-maximal-room-squares (development version) | ||
|
||
# random-maximal-room-squares (v0.1.0) | ||
|
||
* For n = 10, 12, ..., 50, construct a maximal partial Room square using both greedy1 and greedy2 but with cells visited in random order and pairs chosen at random. | ||
* Plot volumes achieved with five different seed values per order and algorithm (random greedy1 and random greedy2). | ||
* Table summarises maximum and minimal values per order. | ||
* R 4.4.1 | ||
* renv 1.0.7, targets 1.7.1, wallis 0.0.0.9007 |