- Add bBAS for binary-integer-problem
- Add BAS with momentum (also known as second-order BAS)
BASoptim2.R
: add the minimal resolution of step-size
- Add BSO algorithm
- Add BSAS-WPT and its shiny interface
BASoptim.R
: upper bounds are fixed (inhand.bounds
function).BSASoptim.R
: The minimum of objective function should be assignedf[,index]
instead ofmin(f)
.
- remove some unnecessary functions
- Add shiny interface
- BAS algorithm
- BSAS algorithm