This thesis applies dynamic programming principle to solve nonlinear programming problem.
Last time we have illustrated how to compare two sequences by dynamic programming.
在上周的课程中,我们已经介绍了如何利用动态规划算法区比较两条序列。
Its compiler infrastructure, libraries, and dynamic programming environment make it a great language to write applications in.
它的编译架构、库、动态编程环境使它成为一个出色的编译语言。
These include dynamic programming, reinforcement learning and combinatorial optimization.
For contributions to decision processes and control system theory, particularly the creation and application of dynamic programming.
对于捐款决策过程和控制系统理论,特别是建立和应用动态规划。
For small values of n, the optimal r can also be obtained by standard dynamic programming methods.
对于较小的 n 值, 最优的 r 也可以通过动态规划方法得到。
This makes the presence of general pseudoknots in nucleic acid sequences impossible to predict by the standard method of dynamic programming, which uses a recursive scoring system to identify paired stems and consequently cannot detect non-nested base pairs with common algorithms.
这使得核酸序列中一般假结的出现无法通过动态规划的标准方法来预测,该方法使用递归评分系统来识别配对的茎,并因此不能使用常用算法检测非嵌套碱基对。
We examine various ways to find the initial embedding, and apply four different techniques (such as local swaps and dynamic programming) to obtain the final partition.
我们检查了各种方式来查找初始嵌入,并应用四种不同的技术(例如局部交换和动态规划)获取最终分割。
These measures involve the implementation of 10 interconnected improvement initiatives, which focus on strengthening accountability; business process improvement; dynamic programming; enterprise risk management; enterprise resource planning; global partnerships; internal communications; knowledge management; organizational performance management; and talent and leadership management and development.
这些措施涉及落实10个相互关联的改进倡议,注重强化问责制;业务流程改进;动态规划;企业风险管理;企业资源规划;全球伙伴关系;内部沟通;知识管理;组织业绩管理;人才和领导才能管理和发展。
There is a pseudo-polynomial time algorithm using dynamic programming.
利用动态规划 ,背包问题存在一个伪多项式时间 算法
His invention of dynamic programming marked the beginning of a new era in the analysis and optimization of large-scale systems and opened a way for the application of sophisticated computer-oriented techniques in a wide variety of problem-areas ranging from the design of guidance systems for space vehicles to pest control and network optimization.
他发明的动态规划标志着一个新时代的开端的分析和优化的大型系统和开放的方式,以应用先进的计算机为导向的技术,各种各样的问题等领域的设计,导航系统对空间飞行器的虫害控制和网络优化。
This paper develops a discrete-time dynamic programming model for air cargo slot optimal control with a single-leg, and studies the optimal control policy of air cargo slot.
本文主要采用动态规划方法建立了单航段条件下的航空货运舱位动态优化控制的模型,由该模型可得出航空货运舱位动态优化控制的策略。
This problem can be solved using dynamic programming, at each position, we can choose to swap or not. Since we want two sorted arrays, at each position, whether to swap or not depends on the choice at previous position, so we can form a recursive formula.
这个问题可以用动态规划来解决,在每一个位置可以有两种选择,交换和不交换,但是由于要产生两个排好序的数组,在确定之前的交换情况后,我们并不能自由选择交换与否。所以可以形成一个递推的公式: