`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.
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 |