搜索资源列表
mySVM(C++)
- svm的cpp源代码,方便移植,希望对大家有所帮助
Hopfield-net(CPP)
- HopFiled 网络 的C++源程序,提供给需要用到HopFiled 神经网络的同仁-HopFiled network of C++ source code, provided to the neural network need to use HopFiled colleagues
wangxiaoping-resource
- 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输
bashuma.cpp
- C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
PSO_C++
- 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
sga-c
- 利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
ISODATA
- 用C语言实现了ISODATA算法,包括ISODATA.vcproj,ISODATA.cpp, StdAfx.h, StdAfx.c-Using C language implementation of the ISODATA algorithm, including ISODATA.vcproj, ISODATA.cpp, StdAfx.h, StdAfx.cpp
GA
- GA标准遗传算法(c++程序)详细附注啊.CPP GA标准遗传算法(c++程序)详细附注啊.C-failed to translate
test.cpp
- 遗传算法的C++实现,随机生成个体,选择、交叉、变异从而寻找最优个体-GA C++,
MHTB-CPP
- 多目标优化算法C++源代码。里面附代码相关网址。请大家多-Multi-objective optimization algorithm C++ source code. Links with the code inside. Please see more
cPP-for-Game-Programmers
- c++ for Game Programmers not beginner, helps for middle skill developer
CPP---Neural-Networks-and-Fuzzy-Logic
- c++ neural networks and fuzzy
BP-on-matlab-and-C-cPP
- 本文档中的程序是关于BP算法的,包含了Matlab的BP算法、C++的BP算法和C语言的BP算法及使用说明,程序中均有注释,理解比较方便,希望能帮上大家。-The procedures in this document is on the BP algorithm, the BP algorithm includes Matlab, C++ in the BP algorithm and BP algorithm and C language instructions, program note
mlp-new.cpp
- 多层前馈神经网络学习算法训练与测试才c++代码-Multilayer feedforward neural network learning algorithm training and testing before c++ code
an-example--of-GA-by-cPP
- 用c++实现遗传算法的例子,是一个初学者容易上手的程序,而且已经跑起来了-An example that enable the application of GA by c++
CPP-SA-TSP
- 基于C++的模拟退火算法求解旅行商问题的源码实现过程。解压后即可使用。一起分享。-C++ based on simulated annealing algorithm for solving the traveling salesman problem source implementation process. After decompression can be used. Share.
CMean-CPP
- 使用c-均值聚类算法在IRIS数据上进行聚类分析-C-means clustering algorithm using IRIS data in the cluster analysis
ID3-cPP
- 决策树算法,ID3的C++源码,比较简单,希望对大家有用。-Decision tree algorithm, ID3 to C++ source code is relatively simple, and I hope useful.
Genetic-Algorithm-CPP-class
- 遗传算法的一个C++类,可以在该类内定义遗传算法个操作算子和数据-A genetic algorithm C++ classes
generic-algorithm--TSP-CPP-
- 遗传算法解决TSP问题 带有界面 C++程序 (generic algorithm TSP C++)
