代码搜索:SWarm
找到约 2,359 项符合「SWarm」的源代码
代码结果 2,359
www.eeworm.com/read/203308/15362004
h swarm_tools.h
struct particle init_particle(struct graph G);
struct swarm init_swarm(int size, struct graph G,int trace);
//int no_hope(struct swarm sw,int swarm_size, int adaptive,float nohope,int hood)
www.eeworm.com/read/203308/15362015
c swarm_tools.c
/*------------------------------------------------------------------- INIT_PARTICLE */
struct particle init_particle(struct graph G)
{
int i;
struct particle init;
init.rank=-1;
init.x.s
www.eeworm.com/read/200794/15424796
h swarm_tools.h
struct particle init_particle(struct graph G);
struct swarm init_swarm(int size, struct graph G,int trace);
//int no_hope(struct swarm sw,int swarm_size, int adaptive,float nohope,int hood)
www.eeworm.com/read/200794/15424807
c swarm_tools.c
/*------------------------------------------------------------------- INIT_PARTICLE */
struct particle init_particle(struct graph G)
{
int i;
struct particle init;
init.rank=-1;
init.x.s
www.eeworm.com/read/355969/10240612
html swarm.overview.mag3.observer-swarm.sect1.html
Observer Swarms
www.eeworm.com/read/355969/10240655
html swarm.overview.mag4.schedule-swarm.sect1.html
Scheduling a Model Swarm
www.eeworm.com/read/390982/8429974
pdf !!!particle swarm optimization.pdf
www.eeworm.com/read/390062/8487650
m particle_swarm_optimization.m
function PSOforTSP
%初始化
Alpha=0.25; %个体经验保留概率
Beta=0.25; %全局经验保留概率
NC_max=200; %最大迭代次数
m=80; %微粒数
CityNum=10; %问题的规模(城市个数)
[dislist,Clist]=tsp(CityNum);
NC=1;%迭代计数器
R_best=zeros(NC_max,
www.eeworm.com/read/287873/8663722
m particle_swarm_optimization.m
function PSOforTSP
%初始化
Alpha=0.25; %个体经验保留概率
Beta=0.25; %全局经验保留概率
NC_max=200; %最大迭代次数
m=80; %微粒数
CityNum=10; %问题的规模(城市个数)
[dislist,Clist]=tsp(CityNum);
NC=1;%迭代计数器
R_best=zeros(NC_max,
www.eeworm.com/read/418381/10949826