Skip to content

Commit 1fc8cab

Browse files
committed
docs: update demo.R default values fro allocator case 3
1 parent d152ad3 commit 1fc8cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/demo.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ AllocatorCollect3 <- robyn_allocator(
417417
OutputCollect = OutputCollect,
418418
select_model = select_model,
419419
# date_range = "last_4",
420-
total_budget = 2000000,
420+
total_budget = 5000000,
421421
channel_constr_low = 0.7,
422422
channel_constr_up = c(1.2, 1.5, 1.5, 1.5, 1.5),
423-
channel_constr_multiplier = 4,
423+
channel_constr_multiplier = 5,
424424
scenario = "max_historical_response",
425425
export = create_files
426426
)

0 commit comments

Comments
 (0)