Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
cec14_func MATLAB CODE WITH PSO
no vote
cec14_func MATLAB CODE WITH PSO  run the following command in Matlab window:    mex cec14_func.cpp -DWINDOWS 2. Then you can use the test functions as the following example:    f = cec14_func(x,func_num);     here x is a D*pop_size matrix. 3. main.m is an example test code with PSO algorithm.
KING000007
2016-11-13
1
1
No more~