搜索资源列表
-
1下载:
采用动态规划方法实现的目标分配,后面有MATLAB代码-Solving Weapon Target Assignment
Problem with Dynamic Programming
-
-
1下载:
利用MATLAB解决了指派问题的匈牙利算法-The assignment problem is solved by Hungarian algorithm used MATLAB
-
-
0下载:
Linear Assignment Problem solver for Matlab
-
-
1下载:
Assignment problem matlab code
-
-
0下载:
国外蚁群优化算法用于二次分配问题(勿用于商业目的)-Foreign ant colony optimization algorithm for quadratic assignment problem (not to be used for commercial purposes)
-
-
0下载:
Use the parameters of the Y-induction motor
Show the torque plot versus speed and also the torque versus s at rated voltage.
VLL reduced to 60 of VLL rated then to 30 of rated voltageR2 increased to have every time one of the following values:
-
-
3下载:
The cross-entropy (CE) method attributed to Reuven Rubinstein is a general Monte Carlo approach to combinatorial and continuous multi-extremal optimization and importance sampling. The method originated from the field of rare event simulation, where
-
-
0下载:
assingment problem
With this package, I provide some MATLAB-functions regarding the rectangular assignment problem. This problem appears for example in tracking applications, where one has M existing tracks and N new measurements. For each possibl
-
-
0下载:
Implementation of the Murty algorithm to obtain the best K assignments. Includes the implementation of the Jonker-Volgenant algorithm.
Usual applications are multiple target tracking algorithms, Joint Probabilistic Data Association (JPDA), Mult
-
-
0下载:
Code for quadratic assignment problem (QAP) written in Matlab
-
-
0下载:
Bottleneck assignment problem in Matlab
-
-
0下载:
Matlab程序,匈牙利算法,可用于指派问题的求解-Hungarian algorithm can be used to solve the assignment problem
-
-
1下载:
一些基本的线性规划问题,如风险投资问题和指派问题的Matlab的解法-Some basic linear programming problem, Matlab' s solution, such as venture capital issues and assignment problem
-
-
0下载:
Solving Quadratic Assignment Problem Usig Imperialist Competitive Algorithm(ICA) Matlab Codes
-
-
0下载:
一个关于指派问题的求解程序matlab,可以快速得到最优的分配结果。-About Assignment Problem solver matlab, you can quickly obtain the optimal allocation result
-
-
0下载:
此程序可以简单地解决0-1指派问题,可以分别求解目标函数最大值或最小值问题(This program can simply solve the 0-1 assignment problem, and can respectively solve the maximum or minimum of the objective function)
-
-
0下载:
实现指派问题的最大赋权,利用匈牙利算法实现0-1最大值规划。(The maximum empowerment of the assignment problem)
-
-
0下载:
指派问题利用matlab的非线性规划模型求解(The assignment problem is solved by using the nonlinear programming model of MATLAB)
-
-
0下载:
使用匈牙利算法来解决指派问题,MATLAB代码(The Hungarian algorithm solves the assignment problem)
-
-
2下载:
0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。(0-1 integer programming has a very wide application background, such as assignment problem, knapsack problem and so on. In
-