搜索资源列表
GA1
- 使用遗传算法求函数的极小值的一个例子,使用遗传算法求函数的极小值的一个例子-the use of genetic algorithms to find the minimum value function of an example, the use of genetic algorithms to find the minimum value function of an example
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
PSO_solution_to_economic_dispatch
- 利用PSO算法解决经济批量分发问题的matlab源代码,求解多目标函数与成本最小值。-Use PSO algorithm to solve economic volume distribution of the matlab source code for solving multi-objective cost function and the minimum value.
fenlipu
- 本程序是基于分离谱算法的最小值选中次数加权算法的MATLAB源代码,可以对一维信号先进行谱分离,然后再在最小值的基础上对信号进行重建.-This procedure is based on the sub-out algorithm to select the minimum number of weighted algorithm MATLAB source code, can be conducted one-dimensional spectral signal separation, t
danchunxing
- 单纯型搜索MATLAB程序,用于搜索多变量函数的局部极小值。-Search MATLAB simple procedure used to search for multi-variable function of the local minimum value.
desc
- 最速下降法 求极小值问题的程序示例 其中包含三个函数-Steepest descent procedure for seeking the minimum value problem examples
045090071
- 基于MATLAB的遗传算法求解函数的最小值-MATLAB-based genetic algorithm for solving the minimum value of the function
quadraticinterpolationalgorithm
- 利用二次插值法进行一维搜索,得出最小值,通过抛物线法实现区间识别-Quadratic interpolation method using a one-dimensional search, the minimum value obtained by the parabola method to achieve Interval Recognition
SeekingTheMinimumValue
- 求最小值的方程原文件及运行命令文件,可以方便快捷的求出非线性有约束的最小值-Seeking the minimum value of the equation of the original documents and run the command file, you can find convenient and efficient non-linear constrained minimum
TSP
- 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
EP
- implementation of simple Evolutionary Programming to find minimum value from given function.
yichuanmatlab
- 遗传算法求最小值:求解De Jong函数最小值的matlab程序。-Minimum value of genetic algorithms: Solving De Jong functional minimum matlab program.
zyh
- 建立现行规划模型,求最优解(最大值或最小值)。-Establish the current planning model, find the optimal solution (maximum or minimum value).
fahanshu
- 利用罚函数法求解下列问题:求f=x1^2+4*x2^2的最小值,其中要满足:x1-x2-1≤0 -x1-x2+1≤0 x2-1≤0 -Using penalty function method to solve the following questions: o f = x1 ^ 2+ 4* x2 ^ 2 minimum value, which will meet: x1 x2-1-0 or -x1 x2+ 1 or 0- X2-1 or 0
danchunxingfa
- 用单纯形法解线性规划 根据单纯形法的原理,在线性规划问题中,决策变量(控制变量)x1,x2,…x n的值称为一个解,满足所有的约束条件的解称为可行解。使目标函数达到最大值(或最小值)的可行解称为最优解。这样,一个最优解能在整个由约束条件所确定的可行区域内使目标函数达到最大值(或最小值)。求解线性规划问题的目的就是要找出最优解。 -According to the principle of the simplex method, in linear programming problem, the
minBFGS
- 求极小值,最优化方法的一个matlab范例-Seek the minimum value, a Matlab example of optimization methods
qiujizhi
- 标准粒子群算法程序,求某个函数的最小值问题。这个算法的精度非常高。-The standard PSO program, find the minimum value of a function. The accuracy of this algorithm is very high.
Copy_of_chazhi3
- 本程序是一维搜索方法中的三次插值方法,能够很好的求得函数的最小值点及函数的最小值。程序给出了完整的注释。不管是学习还是使用,都是很好的-允许输入拉丁字符的拼音 This program is a one-dimensional search method cubic interpolation method, can be a good way of achieving the minimum point of the function and the minimum value of th
example
- 惩罚函数法求函数的最小值,包括建立罚函数,牛顿法求最小值-Penalty function method to find the minimum value of the function, including the establishment of the penalty function, Newton' s method for the minimum
psool
- PSO Code for finding out the minimum value of two variables in a function
