Description Usage Arguments Examples
Adapt an existing design
1 |
design |
asd |
prior |
ad |
partial |
asd |
verbosity |
asd |
timelimit |
maximum time spent in ILP solver (in seconds) |
... |
optional arguments |
1 2 3 4 5 6 7 | prior <- Beta(5, 7)
problem <- Problem(
minimise(SampleSize(prior)),
Power(prior %|% 0.2) <= 0.05,
Power(prior >= 0.3) >= 0.80
)
design <- optimise_design(problem)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.