文件名称:遗传算法SGA
-
所属分类:
- 标签属性:
- 上传时间:2009-05-23
-
文件大小:525.05kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
包含一个cpp文件,含有main()函数!
主要函数如下
void InitData();
int Flip(float probabiliby);
float Random(); //generate a pseudorandom integer from 0 to 1
void ResetRandom(); //reset pseudorandom integer array fRand
float ObjFunc(float vx);
float DeCode(unsigned * pChrom);
void StatPop(POP * pop);
void InitPop(); //initialize population
void InitReport(); //initial info report
unsigned Select();
int Mutation(unsigned chromval);
int CrossOver(unsigned * parent1,unsigned * parent2,int popidx);
void UpdateGen();
void Report(int gen);
主要函数如下
void InitData();
int Flip(float probabiliby);
float Random(); //generate a pseudorandom integer from 0 to 1
void ResetRandom(); //reset pseudorandom integer array fRand
float ObjFunc(float vx);
float DeCode(unsigned * pChrom);
void StatPop(POP * pop);
void InitPop(); //initialize population
void InitReport(); //initial info report
unsigned Select();
int Mutation(unsigned chromval);
int CrossOver(unsigned * parent1,unsigned * parent2,int popidx);
void UpdateGen();
void Report(int gen);
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : SGA_C.rar 列表 SGA_C/sga.c SGA_C/sga.exe SGA_C/sga.doc SGA_C/sga.dsp SGA_C/Debug/vc60.idb SGA_C/Debug/vc60.pdb SGA_C/Debug/sga.pch SGA_C/Debug/sga.obj SGA_C/Debug/sga.ilk SGA_C/Debug/sga.exe SGA_C/Debug/sga.pdb SGA_C/sga.ncb SGA_C/sga.plg SGA_C/a.txt SGA_C/SGAReport.txt SGA_C/sga.opt SGA_C/sga.dsw SGA_C/Debug SGA_C
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.