Golden Sine算法:一种新的数学启发算法,2017年《电气与计算机工程进展杂志》在本研究中,Golden Sine算法(Gold SA)是一种新的求解优化问题的元启发式方法。goldsa是一种新的基于种群的搜索算法。这个基于数学的算法是受正弦的启发,正弦是一个三角函数。在该算法中,随机个体的数量与搜索代理的数量相等,每个维度的分布是均匀的。Gold-SA操作符在每次迭代中通过使当前情况更接近目标值来搜索以获得更好的解决方案。解决方案空间被黄金分割缩小,因此应该只给出好结果的区域被扫描,而不是整个解决方案空间扫描。。。。。
Golden Sine Algorithm: A Novel Math-Inspired Algorithm, 2017 Journal of Advances in Electrical and Computer Engineering In this study, Golden Sine Algorithm (Gold-SA) is presented as a new metaheuristic method for solving optimization problems. Gold-SA has been developed as a new search algorithm based on population. This math-based algorithm is inspired by sine that is a trigonometric function. In the algorithm, random individuals are created as many as the number of search agents with uniform distribution for each dimension. The Gold-SA operator searches to achieve a better solution in each iteration by trying to bring the current situation closer to the target value. The solution space is narrowed by the golden section so that the areas that are supposed to give only good results are scanned instead of the whole solution space scan…..
资源文件列表
F1.m , 2784
F2.m , 2918
func_plot.m , 3696
Get_Functions_details_ET.m , 25521
GoldSA.m , 7267
initialization.m , 2051
main.m , 2617
