Beetle Antennae Search (BAS) algorithm
BASoptim()
Implementation of the BAS algorithm for optimization problems.
BASoptim2()
Implementation of the BAS with momentum (also named as second-order BAS) for optimization problems.
Beetle Swarm Antennae Search (BSAS) algorithm
BSASoptim()
Implementation of the Beetle Swarm Antennae Search (BSAS) algorithm for optimization problems.
BSAS_WPT()
Implementation of the Beetle Swarm Antennae Search without parameters tunning (BSAS-WPT) algorithm for optimization problems.
Combination of BAS and Particle Swarm Optimization(PSO).
BSOoptim()
Implementation of the Beetle Swarm Optimization(BSO) algorithm, which is mixture of BAS and PSO.
binary BAS for binary-integer-problems
bBASoptim()
Implementation of the binary BAS(bBAS) algorithm for optimization problems.
Shiny interface for all algorithms included in rBAS
rBAS
run_BAS_App()
Run shiny interface for BAS/BSAS algorithms