搜索资源列表
-
6下载:
这是一个好的建模学习资料,赶快下载吧,
数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、
插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、
图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、
最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、
网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
-
-
0下载:
Fisher Linear Discriminat.
fld - Fisher Linear Discriminat.
fldqp - Fisher Linear Discriminat using quadratic programming.
-
-
0下载:
一种用于计算线性规划方面的工具包,可以利用它计算bp算法,a toolbox for linear programming, such as basis pursuit
-
-
0下载:
关于规划问题:无约束规划、线性规划、非线性规划的方法及例题-On planning issues: no constraint programming, linear programming, nonlinear programming methods and examples
-
-
0下载:
遗传算法的文章- Heredity algorithm article
-
-
1下载:
基于混合算法的均衡路程MTSP研究
给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标
问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应
的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
-
-
0下载:
实现线性分类器的设计,根据线性分类器的特点,利用线性函数来对模式进行分类,编程语言为VB,实现了两类模式的判别。-To achieve a linear classifier design, according to the characteristics of a linear classifier, using a linear function of the mode of classification, programming languages VB, realized the two
-
-
1下载:
用遗传算法开发的一个求解非线性规划的例子,罚函数限制可行域,非常实用,稍微修改就可用于别的例程。-The development of a genetic algorithm for solving linear programming examples, penalty limit the feasible region, very practical, can be slightly modified for the other routines.
-
-
0下载:
算法大全一到三十章完全版。各种算法的原理、算例,包括线性规划、模糊、神经网络、经验分解等等。-Algorithm Daquan one to thirty chapter full version. The principle of various algorithms, examples, including linear programming, fuzzy, neural network, experience decomposition and so on.
-
-
0下载:
非线性整数规划的遗传算法Matlab程序-non linear integer programming genetic
algorithm matlab code
-
-
0下载:
LPBoost算法的C语言程序,LPBoost算法使用了线性规划的方法,可以在线性不可分的情况下仍获得较好的分类效果。-C language program for LPBoost algorithm , LPBoost algorithm uses a linear programming method cansolve the nonlinear case and obtain good classification results.
-
-
0下载:
通用神经网络编程,感应器神经网络、线性网络-General neural network programming, sensor neural network, and linear network
-
-
0下载:
神经网络 蚁群 遗传算法 线性规划 非线性规划-Neural network Ant Colony Genetic Algorithm Linear Programming Nonlinear Programming
-
-
0下载:
matlab最优化计算:线性规划,非线性规划,整数规划,二次规划,遗传优化,粒子群优化。-matlab optimization calculation: linear programming, nonlinear programming, integer programming, quadratic programming, genetic optimization, particle swarm optimization。
-
-
0下载:
Write a program to solve the systems of linear equations via Gauss-Seidel method, one of the iterative-method strategies produce a sequence of approximate solution vectors for the system. And compare this with the naï ve Gaussian elimination meth
-
-
1下载:
本书介绍了模糊数学在自动化中的应用技术,反映了这一领域中模糊应用技术的新进展。首先, 本
书阐述了模糊数学的基础知识, 尔后重点介绍了自动化领域中的模糊应用技术, 内容涉及模糊推理、模
糊控制、模糊线性规划、模糊决策和模糊模式识别等,讲述了在这些方面模糊技术的基本理论和设计方
法,并列举设计实例, 便于读者学习掌握。模糊控制是本书的重点,对其工作原理、设计方法、工程实现和
模糊控制方法的发展等作了较详细的介绍。
本书适合于从事自动化技术的科技工作者及工程技术人员, 也可供高等
-
-
0下载:
onventional optimization algorithms using linear and non-linear programming sometimes have difficulty in finding the global optima or in case of multi-objective optimization, the pareto front. A lot of research has now been directed towards evolution
-
-
0下载:
线性规划算法,整数规划及二次规划算法,经测试收敛较快,效果不错,需要非线性最优化的可以借鉴-Linear programming algorithm, integer programming, quadratic programming algorithm, tested converges faster, effect is good, need to nonlinear optimization can draw lessons from
-
-
0下载:
线性规划 包括单纯形法,梯度,牛顿,不错的源码 很好-Linear programming Including the simplex method, gradient, Newton, good source is very good
-
-
0下载:
解决线性规划问题的单纯形法,使用linprog函数多约束问题(A simplex method for solving linear programming problems)
-