2014年3月13日

超简洁的随机粒子群算法(PSO)程序(C/C++)

摘要: #include"stdio.h"#include"stdlib.h"#include"time.h"#include"math.h" const int NUM=40;//粒子数const int DIM=30;//维数const double c1=1.8;//参... 阅读全文

posted @ 2014-03-13 17:33 blesh 阅读(341) 评论(0) 推荐(0) 编辑

导航