Skip to content

Commit

Permalink
Changes to orange_big example
Browse files Browse the repository at this point in the history
  • Loading branch information
skaug committed Jan 28, 2014
1 parent 70e7c53 commit 500790f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admb_examples/orange_big/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ README

For this model to run you need the following command line options:

./orange_big -est -gbs 1000000000 -cbs 1000000000
./orange_big -est -gbs 100000000 -cbs 10000000 -nl1 10000000

The options are related to memory manangement in ADMB. For further details
see:
Expand Down
2 changes: 1 addition & 1 deletion admb_examples/orange_big/orange_big.dat
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# multiply (faktor by which to scale up the size of the original orange problem)

10000
1000


2 changes: 1 addition & 1 deletion tmb_examples/data_orange.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ structure(list(n = 35, y = c(30, 58, 87, 115, 120, 142, 145,
), t = c(118, 484, 664, 1004, 1231, 1372, 1582, 118, 484, 664,
1004, 1231, 1372, 1582, 118, 484, 664, 1004, 1231, 1372, 1582,
118, 484, 664, 1004, 1231, 1372, 1582, 118, 484, 664, 1004, 1231,
1372, 1582), M = 5, ngroup = c(7, 7, 7, 7, 7), m = 3, multiply = 10000,
1372, 1582), M = 5, ngroup = c(7, 7, 7, 7, 7), m = 3, multiply = 1000,
n_par = -5, loglik = -94.8143, gradient = -8.05132e-06), .Names = c("n",
"y", "t", "M", "ngroup", "m", "multiply", "n_par", "loglik",
"gradient"))
2 changes: 1 addition & 1 deletion tmb_examples/orange_big.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scaled up version of the Orange Tree example (50,000 latent random variables)
# Scaled up version of the Orange Tree example (5,000 latent random variables)

require(TMB)

Expand Down

0 comments on commit 500790f

Please sign in to comment.