资源列表
MMAS
- 最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
genetic-algorithm
- 根据遗传算法和BP神经网络理论,在matlab软件中编程实现基于遗传算法优化的BP神经网络非线性系统拟合算法。-According to the theory of genetic algorithm and BP neural network, in the matlab software programming to realize BP neural network nonlinear systems based on genetic algorithm optimization fitt
模拟退火源码
- 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
chapter3
- 遗传算法优化BP神经网络,用于非线性系统的建模和拟合。-Genetic algorithm optimization BP neural network for nonlinear systems modeling and fitting.
Apriori_CSharp
- 本资料为C#语言写的Apriori算法,算法已封装成类,方便使用,保证能运行-This information is written in C# Apriori algorithm, the algorithm has been packaged into a class, easy to use, guaranteed to run
Genetic1234
- 基于遗传算法神经网络的预测代码,包含整个过程-Based on genetic algorithm and neural network prediction code, including the whole process
WiseBoy
- 人工智能模型的源码,可以实现简单的对话,智慧水平相当于3岁。-Source of artificial intelligence model, you can achieve a simple dialogue, the level of the equivalent of 3-year-old intelligence.
alphabet-recognition
- 基于BP神经网络进行26个英文字母识别,试验过,能够运行-Based on BP neural network with 26 letters of the alphabet to identify, test, and be able to run
Fuzzy
- fuuzy logic in matlab
genetic-programming
- VC编写的遗传算法,共编程爱好者的参考。有每一代的统计-VC prepared by genetic algorithm, a reference to a total of programming enthusiasts. With each generation of statistics
bp-neural-network
- bp神经网络C++改进啊啊 啊啊 啊啊啊 啊-bp neural network c++ prompt
Embedded-in-a-chaotic-particle-swarm-optimization-
- 一种混沌粒子群嵌入优化算法及其仿真Embedded in a chaotic particle swarm optimization algorithm and simulation-Embedded in a chaotic particle swarm optimization algorithm and simulation
