资源列表
Genetic Algorithm
- LinPacker是一个优化矩形布局的工具,是在具有遗传算法的半无限大小区完成这一操作的。对缩减工厂的库存是有用的。-LinPacker optimization is a rectangular layout of the tool, with a genetic algorithm in the semi-infinite size of the area to complete the operation. To reduce factory stocks will be useful.
LinPacker-0.0.12
- LinPacker是一个优化矩形布局的工具,是在具有遗传算法的半无限大小区完成这一操作的。对缩减工厂的库存是有用的。-LinPacker optimization is a rectangular layout of the tool, with a genetic algorithm in the semi-infinite size of the area to complete the operation. To reduce factory stocks will be useful.
sade
- 它是一个基于遗传算法的优化方法,使用微分运算符。它用于解决带有大量未知事物的优化问题。-it is based on a genetic algorithm optimization method, the use of Differential Operators. It used to solve a large number of unknown things with the optimization problem.
use GA to deal with except-value problem
- 遗传算法解决随机期望值模型问题的例题-random genetic algorithms to solve the problem expectations model example
use GA to deal with NN
- 遗传算法解决NN逼近任意函数-genetic algorithm to solve arbitrary function approximation NN
AToplogy-BasedMatchingAlgorithmForFingerprintAuthe
- 指纹识别算法相关书籍 指纹识别算法相关书籍
pso_Methods_for_Pattern_Recognition_and_Image_Proc
- A dissipative particle swarm optimization is developed according to the self-organization of dissipative structure. The negative entropy is introduced to construct an opening dissipative system that is far-from-equilibrium so as to driving th
A_solution_to-knapsack-problem
- 背包问题是组合优化领域内经典的NP完备间题,本文介绍了pso解决0/1背包问题上的一个方法
PSOt
- psotoolbox程序已经通过了测试函数,可用来进行svm或ann的参数优化
Matlabwithgauserbf
- 用遗传算法优化BP神经网络的Matlab编程实例
libsvm
- SVM是一种常用的模式分类机器学习算法,以效率高准确度高闻名于世,libsvm和svmlight是常用的两种SVM实现方法。
em_gm
- EM算法是机器学习领域中常用的一种算法,这个文件是EM算法最简单的一种实现,即在Gaussian Mixture model上面的EM。