搜索资源列表
BAS天牛须搜索优化算法
- 这是新提出的天牛须算法和matlab的实现代码,用于优化问题十分有效(This is the newly proposed algorithm of the matlab algorithm, which is very effective for optimization.)
BAS_BP论文及代码
- 天牛须搜索算法优化bp神经网络的代码,天牛须是一个新提出的算法,有助于研究者研究学习(The search algorithm of Taurus whisker optimizes the code of BP neural network. Taurus whisker is a new algorithm, which is helpful for researchers to study)
基于天牛须搜索算法优化BP神经网络
- 天牛须优化算法及其对BP神经网络的优化。(The optimization algorithm and its application to BP neural network)
BAS
- 类似于遗传算法、粒子群算法、模拟退火等智能优化算法,天牛须搜索不需要知道函数的具体形式,不需要梯度信息,就可以实现高效寻优。(Similar to genetic algorithm, particle swarm optimization algorithm, simulated annealing and other intelligent optimization algorithms, Taurus search can ach
BAS代码
- 天牛须搜索( beetle antennae search,BAS) 算法是2017 年提出的一种基于天牛觅食原理的适用于多目标函数优化的新技术,其生物原理为: 当天牛觅食时,其并不知道食物在哪里,而是根据食物气味的强弱来觅食。天牛有两只长触角,如果左边触角收到的气味强度比右边大,那下一步天牛就会向左边飞,反之则向右飞。依据这一简单原理天牛就可以有效找到食物。与遗传算法、粒子群算法等类似,BAS 不需要知道函数的具体形式以及梯度信息,就
BAS
- 利用天牛须算法寻优,程序中用一个函数进行测试,绘制出迭代次数和搜索路径的两个图(In the program, a function is used to test, and two graphs of iteration times and search path are drawn.)