Skip to content

Commit

Permalink
docs: update demo.R default values fro allocator case 3
Browse files Browse the repository at this point in the history
  • Loading branch information
laresbernardo committed Feb 28, 2023
1 parent d152ad3 commit 1fc8cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo.R
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,10 @@ AllocatorCollect3 <- robyn_allocator(
OutputCollect = OutputCollect,
select_model = select_model,
# date_range = "last_4",
total_budget = 2000000,
total_budget = 5000000,
channel_constr_low = 0.7,
channel_constr_up = c(1.2, 1.5, 1.5, 1.5, 1.5),
channel_constr_multiplier = 4,
channel_constr_multiplier = 5,
scenario = "max_historical_response",
export = create_files
)
Expand Down

0 comments on commit 1fc8cab

Please sign in to comment.