资源列表
拉格朗日插值源代码
- 拉格朗日插值代码,采用语言C++,用于拉格朗日插值计算
001
- 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-Ant colony algorithm (ant Colony optimization, ACO), also known as the ant algorithm is used to find the probability-based algorithm for optimal path in the graph.
bpm_train
- 人工神经网络系统的训练 TRAIN BP算法存在局部极小点,收敛速度慢等缺点,改进的BP算法。
bp
- 一个非常优秀的BP神经网络源程序。从中可以学到最初的bp网络预测模型。-a very good bp network algorithm.you can learn bp network algorithm from it.
GA-1
- 一个利用遗传算法求解最优解的程序 主要是利用遗传算法迭代寻求最优的逼近解-using a genetic algorithm for optimal solution of the main procedures is the use of genetic algorithms for optimal iterative approximation Solutions
ycsfDMC
- 基于遗传算法的动态矩阵控制matlab程序,可以对于DMC参数进行寻优,得到较好的控制参数-matlab programme for DMC based on GA
river
- 三个强盗和三个商人过河的算法,简单的入门级别算法。适合刚接触算法初级编程人员。-Three bandits and three businessmen across the river of the algorithm, a simple entry-level algorithm.刚接触algorithm suitable for junior programmers.
bppso
- 基于BP神经网络的改进粒子群算法,称为合作粒子群算法,能运行-Improved particle swarm optimization based on BP neural network, known as the cooperation of particle swarm algorithm, running
[codes]NIN
- 是2014年的cnn上的一个变化的网络,将卷积层与池化层之间的线性关系变成1×1的卷积层的非线性关系,名为network in network-Is a change in the 2014 cnn on the network layer of the linear convolution and pooled into a non-linear relationship between the layers 11, convolution layer, called the network
PSO
- 粒子群优化算法的代码,也可以实现对脑部医学图像的刚性配准。-Particle swarm optimization algorithm code can also be rigid registration of medical images of the brain.
WCA
- 一种新的智能优化算法,水循环算法,可以用来求解优化问题-water cycle. This code is prepared for single objective function (minimization), unconstrained, and continuous problems.
hybrid-genetic-algorithm--
- 用混和遗传算法求解0-1背包问题 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题-The hybrid genetic algorithm to solve knapsack problem