搜索资源列表
excel_in_civil_egineering
- 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
DIJKSTRA
- 最短路径问题是重要的最优化问题之一,在现实生活中具有重要意义,比如:管道铺设、线路安排。-The shortest path problem is an important one of the most optimization problems, in real life is of great significance, such as: pipeline, line arrangement.
47651475hPSO
- 最优化课程大作业 最优化问题单纯性法 梯度法 可以运行-optimization computer homework linear nonlinear multiply objectives optimization matlab code
matlab
- 遗传算法实现最优化问题的解,适合初学者使用,稍加改进即可实现tsp问题的求解-Genetic algorithm optimization solution, suitable for beginners, a little to improve the problem can be solved to achieve tsp
lagrange
- 求解约束最优化问题,一种途径是在可行域内寻找使目标函数值下降的迭代点列,但是这类方法对于带非线性约束的最优化问题求解效果一般都不理想。因此我们利用另一种途径,即利用问题的目标函数和约束函数构造新的目标函数——罚函数,把约束最优化问题转化为相应的罚函数的无约束最优化问题来求解实际问题。-lagrange constraint multiplier method for the minimum
Constrained-optimization-problem
- 有约束最优化问题:利用matlab中已有的函数。举了一个利用里面函数求最小值的例子。这是最优化与运筹学中会经常遇到的问题-Constrained optimization problem: using the matlab existing function. For a use inside function minimise example. This was the optimized and operations research will often encounter problem
psowugong
- 运用粒子群算法解决电力系统无功优化问题,粒子群算法是一种可以解决有约束单目标最优化问题-Use the PSO to solve the reactive power optimization
steepdfp
- 最速下降法、DFP法问题解最优化问题,工程优化,matlab-The steepest descent method, DFP method solution optimization problem, engineering optimization and matlab
proj_toolbox
- 投影bb法,用于求解非线性无约束最优化问题。-projected bb algorithm
5
- DFP拟牛顿法求解非线性无约束最优化问题(函数极值)-DFP quasi-Newton method for solving nonlinear constrained optimization problem (function extremum)
nonlinear-optium
- 本程序实现了一个简单的非线性约束最优化问题,仅供参考-This program implements a simple nonlinear constrained optimization problems, for reference only
pashan
- 基于爬山法的八皇后问题。爬山法即最优化问题!-Climbing method based on the eight queens problem
Cyuyanjiejue
- C语言解决最优化问题,关于整车物流调度的遗传算法问题-C language to solve optimization problems, with regard to vehicle logistics scheduling problem genetic algorithm
C-embedding
- 这是用matlab编写的一个《贪婪程序》,是解决最优化问题时的一种简单适用的程序。 -greedy Program
max_flow_min_cost
- 基于matlab的最小费用最大流的实现,用于最优化运输路径的选择,常用于图论问题、资源分配最优化问题-Matlab-based program of the minimum cost maximum flow ,which helps select optimal transport path. It is commonly used in graph theory problem of resource allocation optimization problem
zhengshuguihua
- 最优化问题中的整数规划问题,最优解需要是整数-Optimization problem of integer programming problems, the optimal solution requires an integer
d
- 该源代码是利用单纯形法来求最优化问题的解-The source code is the simplex method for solving optimization problems
支撑材料
- 单纯性法的C++程序,或者Java程序,要求能够解任意种最优化问题(C++ language or Java)
最优化问题相关算法
- 运筹学最优化问题的相关算法文件Optimization of operational research(Optimization of operational research)
最优化实验外惩罚函数法
- 最优化实验外惩罚函数法,我们根据约束的特点,构造某种惩罚函数,然后加到目标函数中去,将约束问题求解转化为一系列的无约束问题。这种“惩罚策略”,对于无约束问题求解过程中的那些企图违反约束条件的目标点给予惩罚。(According to the characteristics of constraints, we construct some penalty function, and then add it to the objective function to transform the co