Description Usage Arguments Examples
'run_BAS_App' is built based on 'shiny' and 'shinythemes'. All you have to do is building your objective function in R code. Then, you can change the parameters in Shiny interface and run BAS/BSAS algorithm.
1  | run_BAS_App(func, constr = NULL, theme = "united")
 | 
func | 
 objective function; see example for more informations  | 
constr | 
 constraints function; see example for more informations  | 
theme | 
 shiny interface themes, default 'united'; 'theme' should be one of c("cerulean","cosmo","cyborg","darkly","flatly",
"journal","lumen","paper","readable","sandstone","simplex","slate","spacelab","superhero","united","yeti")
see   | 
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.