搜索资源列表
-
1下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法-Genetic algorithm (Genetic Algorithm) is a simulation of Darwinian evolution, natural selection and genetic mechanism of the calculation model of biological evolution is
-
-
0下载:
hype indicate遗传算法代码matlab版-hype indicate evolutionary algorithm matlab version.
-
-
0下载:
粒子群优化算法是一种基于群体智能的演化计算技术,通过粒子在解空间追随最优的例子进行搜索-Particle swarm optimization algorithm is a kind of evolutionary computation technique based on swarm intelligence, through particles in the solution space to search for the optimal example
-
-
0下载:
DE进化算法C语言编程代码,仅供参考DE evolutionary algorithm C language programming code, for reference-DE evolutionary algorithm C language programming code for reference DE evolutionary algorithm C language programming code, for reference
-
-
0下载:
进化算法解决TSP问题的源代码,多个程序,非常详细-Evolutionary algorithm to solve the TSP problem of the source code, a number of procedures, very detailed
-
-
0下载:
Linear Antenna arrays provide alternative solution
to dimensional structure of Antennas such as paraboloidal
cylinders, paraboloids, offset focus paraboloids etc. This paper
presents the survey of various evolutionary approaches for linear
ar
-
-
0下载:
粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
-