搜索资源列表
遗传算法(C++)实现
- c++实现的遗传算法,注释清楚,是初学者入门的必备利器;
阻尼PSO算法(MT一维反演应用)
- 反演采用非线性反演算法----微粒群算法。 正演程序为Fortran编写的DLL 软件界面和反演算法用C#编写。 资源发布仅供交流:mou_yq@126.com
经典遗传算法C++源码
- 经典的遗传算法C++源代码,运行正确,可以根据自己的需要进行修改
c语言编写的遗传算法程序
- c语言编写的遗传算法程序
NSGA-II.非常强大的多目标遗传算法
- NSGA-2 一种非常强大的多目标遗传算法,本人已经把它调通.,NSGA-2 a very strong multi-objective genetic algorithm, I have to tune it pass.
遗传算法优化神经网络XOR.rar
- 遗传算法优化神经网络的C源程序, Heredity algorithm optimization nerve network C source program
一个简单但很全面的遗传算法例子.rar
- 用c编写的一个基于遗传算法的工程调度的实例。,prepared using a genetic algorithm based on the example of project scheduling.
15数码问题的3种算法(算法和具体代码)
- 15数码问题的3种算法(算法和具体代码) 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c语言编写,VC下都通过运行。,15 digital issues three kinds of algorithm (algorithm and the specific code) to solve the problem of 15 digital three kinds of algorithms, respectively, are the depth, width, and th
c++
- 这是一个函数优化得源码 是遗传算法得 你看看吧 希望你能接受-This is a function optimization genetic algorithm is a source you have to see you hope you can accept
C++GAcode
- VC++中对遗传算法进行了实现,实现可视化,经过本机验证可以实现。是一个效率较高的程序。-VC++ Of genetic algorithm to achieve and realize visualization, after verification of the machine can be achieved. Is a more efficient procedure.
nsga2(c)
- C语言编写的遗传算法NSGA2,可以直接套用函数运算-C language NSGA2 genetic algorithm
C-means-clustering
- C均值算法是一种很好的动态聚类算法,在实际中具有很高的应用价值。-C means algorithm is a good dynamic clustering algorithm, in practice has a high application value.
lda-c-dist
- 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
Colony-algorithm-C-comments
- 蜂群算法C注释 人工智能,,遗传算法,蜂群算法的C语言,希望对大家研究蜂群算法有帮助! -Colony algorithm C comments artificial intelligence,, genetic algorithm, the colony algorithm of C language, hope to everyone research colony algorithm have help!!!!!
fft的c语言实现
- 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现,程序完完整性较好~
遗传算法解TSP问题
- 用遗传算法解TSP问题,C++代码,可直接调用
c#遗传算法实现
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
pids(C)-OK
- 我调试过的PID 追踪车辆轨迹算发,用于模拟无人驾驶,C 算法-I debug the PID tracking vehicle trajectory calculation, used to simulate unmanned, C algorithm
粒子群算法
- 用c++的方法编写单目标粒子群算法,包含4个测试函数,结果还不错
模拟退火算法
- 模拟退火算法是一种演化算法,在很多地方都有应用,这是一个C语言实现的模拟退火程序。(A simulated annealing program wiitten by C.)