搜索资源列表
-
0下载:
Matlab数学实验,约束优化的算法Matlab的实现-Matlab mathematical experiment, constrained optimization algorithm to achieve Matlab
-
-
2下载:
求解约束极小值问题的函数fmincon,fmincon是求解多维约束优化问题的优化工具箱函数,Problem solving constrained minimum function fmincon, fmincon is a multi-dimensional constrained optimization problems for solving the optimization toolbox function
-
-
2下载:
我改写的多变量带约束的遗传算法Matlab源程序!,Multi-variable Constrained Optimization by GA in Matlab!!!
-
-
2下载:
解优化问题时常用的惩罚函数法,分为内点法和外点法两种,求解约束优化问题最优值。-Penalty function method, including interior point method and exterior point method, to solve the optimal value of constrained optimization problems.
-
-
2下载:
著名的Sparco工具包。是matlab下解决线性约束,二阶锥约束和半定约束等优化问题的常用工具。-Sparco famous Kit. Are resolved under matlab linear constraints, second-order cone constraint and semidefinite constrained optimization problems, such as commonly used instrument.
-
-
1下载:
本代码是使用遗传算法解决优化约束问题,可直接运行。-本代码是使用遗传算法解决优化约束问题,可直接运行。
This code is the use of genetic algorithm to solve constrained optimization problems,which can be directly run.
-
-
3下载:
用拉格朗日乘子法求解约束最优化问题,很好的实例程序。-Lagrange multiplier method for solving constrained optimization problems, very good example programs.
-
-
17下载:
这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
-
-
0下载:
带交叉因子的粒子群MATLAB算法程序,可实现带约束变量的微粒群算法-With cross-factor PSO algorithm MATLAB procedures, can be constrained variable particle swarm optimization
-
-
0下载:
matlab实现遗传算法程序,用于求解约束的优化问题-matlab genetic algorithm to achieve the procedure for solving constrained optimization problem
-
-
3下载:
通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。-By using the matlab optimization toolbox function fmincon to solve constrained nonlinear optimization problem, has detailed the process code.
-
-
0下载:
MATLAB代数方程的求解、无约束最优化问题求解、有约束最优化问题的计算机求解、整数规划问题的计算机求解-MATLAB for solving algebraic equations, problem solving unconstrained optimization, constrained optimization problems by computer, integer programming problem by computer
-
-
0下载:
Two stage optimization algorithm is
proposed and investigated for fast computation of constrained power economic dispatch control problems.-Two stage optimization algorithm is
proposed and investigated for fast computation of constrained power e
-
-
5下载:
约束优化问题算法的 matlab 程序,包括:
minRosen.m---Rosen 梯度投影法
minFactor.m----乘子法
minconPS.m-----坐标轮换法
minPF.m----外点罚函数法
minMixFun.m-----混合罚函数法
minJSMixFun.m----加速混合罚函数法-Constrained optimization algorithm matlab procedures, including: minRosen.m-- Rose
-
-
0下载:
主要是求解最优化问题,这对于求解最优方案或者路线很有用途-Primarily for solving optimization problems, optimal solution for solving the very purpose or route
-
-
0下载:
用基本遗传算法求解一维无约束优化问题
用顺序选择遗传算法求解一维无约束优化问题
用动态线性标定适应值的遗传算法求解一维无约束优化问题
用大变异遗传算法求解一维无约束优化问题
用自适应遗传算法求解一维无约束优化问题
用双切点遗传优化求解一维无约束优化问题
用多变异位自适应遗传优化求解一维无约束优化问题
-The basic genetic algorithm with one-dimensional sequence of unconstrained optimizat
-
-
0下载:
New Approaches to Constrained Optimization in MATLAB
-
-
0下载:
A primal-dual interior method for solving linearly constrained optimization problems with a convex objective function
-
-
0下载:
绘制函数的等值线,数值优化书关于约束最优化中实例-Drawing the contours of the function, numerical optimization in the book examples of constrained optimization
-
-
7下载:
《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
-