搜索资源列表
-
0下载:
用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm
Evolutionary Algorithm package implemented using Java.
The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
-
-
0下载:
是genic编写的二进制的pso算法的最初版本的源代码,是在c环境下编写的.-Is the genic binary pso algorithm is written in the original version of the source code is written in c environment.
-
-
0下载:
离散粒子群算法,在VC++使用时,需改变设置
project->setting->link:
在category里选择output,在stack的Reserve里输入0x10000000(也就是10M)
原因:
局部变量申请得太多,默认stack只有1M,声明的局部变量超过这个限制就会overflow-binary pso algorithm
-
-
0下载:
利用粒子群算法搜索多项式的最优解,本例中为二元多项式,采用c++实现-Polynomial using particle swarm algorithm to search optimal solution, in this case binary polynomial, use c++ realize
-
-
0下载:
二进制粒子群算法,已封装成库库,可以直接调用-Binary particle swarm optimization (pso) algorithm, which has been encapsulated into library library, can be called directly
-
-
0下载:
GA优化PSO算法,解决二元函数找最值问题,matlab程序,开发环境R2012b-GA optimization PSO algorithm to solve binary function to find the most value problem, matlab program, the development environment R2012b
-