楼主: renzhu2003
13747 27

[MATLAB] 博弈论的Matlab工具箱 [推广有奖]

  • 0关注
  • 0粉丝

高中生

70%

还不是VIP/贵宾

-

威望
0
论坛币
1339 个
通用积分
0.0600
学术水平
11 点
热心指数
9 点
信用等级
9 点
经验
484 点
帖子
15
精华
0
在线时间
40 小时
注册时间
2009-5-17
最后登录
2014-9-1

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
《博弈论》的诞生是个传说,这个传说造就了多位诺贝尔经济学奖。现在它的发展还远远未了,每一次进步都会让全世界的数学家、经济家激动不已。

提供博弈论的Matlab算法工具箱,全都用matlab编写,下面包中的函数列表。
把这个直接解压到matlab的应用文件夹下,就可以当作自身的工具一样应用它。




Matlab算法工具箱函数列表



%
% Functions:
% grBase - find all bases of digraph;
% grCoBase - find all contrabases of digraph;
% grCoCycleBasis - find all independent cut-sets for a connected graph;
% grColEdge - solve the color problem for graph edges;
% grColVer - solve the color problem for graph vertexes;
% grComp - find all components of graph;
% grCycleBasis - find all independent cycles for a connected graph;
% grDecOrd - solve the problem about decomposition of the digraph
%   to the sections with mutually accessed vertexes
%   (strongly connected components);
% grDistances - find the distances between any vertexes of graph;
% grEccentricity - find the (weighted) eccentricity of all vertexes,
%   radius, diameter, center vertexes and the periphery vertexes;
% grIsEulerian - find the Eulerian cycle of graph;
% grMaxComSu - solve the maximal complete sugraph problem for the graph;
% grMaxFlows - solve the maximal flow problem for the digraph;
% grMaxMatch - solve the maximal matching problem for the graph;
% grMaxStabSet - solve the maximal stable set problem for the graph;
% grMinAbsEdgeSet - solve the minimal absorbant set problem
%   for the graph edges;
% grMinAbsVerSet - solve the minimal absorbant set problem
%   for the graph vertexes;
% grMinCutSet - solve the minimal cut-set problem for the digraph;
% grMinEdgeCover - solve the minimal edge cover problem for the graph;
% grMinSpanTree - solve the minimal spanning tree problem for the graph;
% grMinVerCover - solve the minimal vertex cover problem for the graph;
% grPERT - solve the project evaluation research task;
% grPlot - draw the plot of the graph (digraph);
% grShortPath - solve the shortest path problem for the digraph;
% grTravSale - solve the nonsymmetrical traveling salesman problem;
% grValidation - auxiliary function (the data validation);
%
% grTheoryTest - test program for all functions.
%
% Author: Sergiy Iglin

  1. % Functions:
  2. % grBase         - find all bases of digraph;
  3. % grCoBase       - find all contrabases of digraph;
  4. % grCoCycleBasis - find all independent cut-sets for a connected graph;
  5. % grColEdge      - solve the color problem for graph edges;
  6. % grColVer       - solve the color problem for graph vertexes;
  7. % grComp         - find all components of graph;
  8. % grCycleBasis   - find all independent cycles for a connected graph;
  9. % grDecOrd       - solve the problem about decomposition of the digraph to the sections with mutually accessed vertexes (strongly connected components);
  10. % grDistances    - find the distances between any vertexes of graph;
  11. % grEccentricity - find the (weighted) eccentricity of all vertexes,radius, diameter, center vertexes and the periphery vertexes;
  12. % grIsEulerian   - find the Eulerian cycle of graph;
  13. % grMaxComSu     - solve the maximal complete sugraph problem for the graph;
  14. % grMaxFlows     - solve the maximal flow problem for the digraph;
  15. % grMaxMatch     - solve the maximal matching problem for the graph;
  16. % grMaxStabSet   - solve the maximal stable set problem for the graph;
  17. % grMinAbsEdgeSet- solve the minimal absorbant set problem for the graph edges;
  18. % grMinAbsVerSet - solve the minimal absorbant set problem for the graph vertexes;
  19. % grMinCutSet    - solve the minimal cut-set problem for the digraph;
  20. % grMinEdgeCover - solve the minimal edge cover problem for the graph;
  21. % grMinSpanTree  - solve the minimal spanning tree problem for the graph;
  22. % grMinVerCover  - solve the minimal vertex cover problem for the graph;
  23. % grPERT         - solve the project evaluation research task;
  24. % grPlot         - draw the plot of the graph (digraph);
  25. % grShortPath    - solve the shortest path problem for the digraph;
  26. % grTravSale     - solve the nonsymmetrical traveling salesman problem;
  27. % grValidation   - auxiliary function (the data validation);
  28. % grTheoryTest   - test program for all functions.
  29. %
  30. % Author: Sergiy Igli
复制代码

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:MATLAB工具箱 MATLAB matla atlab 工具箱 MATLAB 博弈论 Game 算法 工具箱

GrTheory.rar

28.03 KB

需要: 2 个论坛币  [购买]

已有 3 人评分经验 论坛币 学术水平 热心指数 信用等级 收起 理由
xddlovejiao1314 + 50 + 50 + 2 + 2 + 2 精彩帖子
niuniuyiwan + 60 + 60 + 5 + 5 + 5 精彩帖子
我的素质低 + 20 + 11 + 1 + 1 精彩帖子

总评分: 经验 + 130  论坛币 + 121  学术水平 + 7  热心指数 + 8  信用等级 + 8   查看全部评分

本帖被以下文库推荐

沙发
MSTOP 发表于 2010-6-26 23:45:43 |只看作者 |坛友微信交流群
谢         谢

使用道具

藤椅
家人 发表于 2010-6-29 14:25:30 |只看作者 |坛友微信交流群
好好好好好好好好 好好好好发
风火家人,君子以言有物而行有恒。

使用道具

板凳
赵淑芳 发表于 2010-7-23 11:02:50 |只看作者 |坛友微信交流群
一样的不 学

使用道具

报纸
qiaoqiaohan 在职认证  发表于 2010-7-27 10:04:48 |只看作者 |坛友微信交流群
   先收藏了

使用道具

地板
lyjn99 发表于 2010-8-4 11:28:34 |只看作者 |坛友微信交流群
满怀欣喜的进来了,结果还是图论的程序,唉!!!

使用道具

7
wxjtianjin 发表于 2010-9-1 20:21:55 |只看作者 |坛友微信交流群
恩,不错。多谢。

使用道具

8
张亚军 发表于 2010-9-2 18:17:47 |只看作者 |坛友微信交流群
介绍很详细,谢啦
我的奋斗!

使用道具

9
comdust 发表于 2010-9-30 09:37:25 |只看作者 |坛友微信交流群
对呀,哪个是博弈论的呢

使用道具

10
yette 发表于 2010-10-10 15:46:19 |只看作者 |坛友微信交流群
谢谢LZ,这太有用啦

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-25 12:44