文件名称:遗传算法SGA
- 所属分类:
- 数值算法/人工智能
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2009-05-23
- 文件大小:
- 525.05kb
- 下载次数:
- 0次
- 提 供 者:
- arkzhu
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
包含一个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