Skip to content

Commit

Permalink
Add NEWS.md. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson authored Jul 30, 2024
1 parent 4cce139 commit 0fc58c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
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

0 comments on commit 0fc58c9

Please sign in to comment.