搜索资源列表
branch-and-cut-algorithm.rar
- 分支-切割法是把分支定界法与割平面法结合起来,用来求解混合整数规划问题。 ,Branch and cut is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is
UAV-task-planning
- 本文档主要为无人机任务规划部分论文,主要介绍任务规划中相关问题,包括航路规划等-it is paper about UAV task planning,mainly descrip some problem about task planning,including path planning and so on
stochastic-programming
- 二阶段随机规划问题基于随机模拟的遗传算法 用于解决随机模拟问题-The two-stage stochastic programming stochastic simulation-based genetic algorithm for solving stochastic simulation
juzhen
- 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
optimization-model-and-LINGO
- 一个详细介绍LINGO的使用PTT,包括多个用LINGO解决优化规划问题。-A detailed descr iption LINGO use PTT, including multiple use LINGO to solve the optimization planning.
Horse-traversal-issue
- 马步遍历问题 问题描述:有一n×m格的棋盘,按照国际象棋的规划,马只能走“日”字型结构,设计一算法,按马的走法将棋盘每一格刚好遍历一次。-Horse traversal issue Problem Descr iption: There is an n × m grid of the board, in accordance with the plan of chess, the horse can only take the day shaped structure, design
package
- 采用动态规划思想解决0-1背包问题,更好的理解动态规划思想,理解递归的理念- It uses dynamic programming to solve the 0-1 knapsack problem, a better understanding of dynamic programming, understanding the concept of recursion
An-efficient-augmented-
- 基于经典的增广拉格朗日乘子法, 对求解一类带有特定结构(主要是针对凸规划)的非光滑等式约束优化问题, 我们提出、分析并测试了一个新算法. 在极小化增广拉格朗日函数的每一步迭代中, 该算法有效结合了带有非单调线性搜索的交替方向技术, 我们建立了算法的收敛性, 并用它来求解在带有全变差正则化的图像恢复问题.-Based on the classic augmented Lagrangian multiplier method, we propose, analyze and test an algo