搜索资源列表
运动员最佳匹配问题
- 羽毛球队有男女运动员各n人。给定2 个n×n矩阵P和Q。P[i][j]是男运动员i和女运动员j配对组成混合双打的男运动员竞赛优势;Q[i][j]是女运动员i和男运动员j配合的女运动员竞赛优势。由于技术配合和心理状态等各种因素影响,P[i][j]不一定等于Q[j][i]。男运动员i和女运动员j配对组成混合双打的男女双方竞赛优势为P[i][j]*Q[j][i]。设计一个算法,计算男女运动员最佳配对法,使各组男女双方竞赛优势的总和达到最大。 输入:。第一行有1 个正整数n (1≤n≤20
guide-of-Algorithm-art-and-science-competitions.ra
- 算法艺术与信息学竞赛+学习指导(不是黑书哦!是学习指导!)-Algorithm art and science competitions and learning information to guide
algorithms
- 种在信息学竞赛中常见的随机几何算法:随机增量法与模拟退火法,以及和传统方法的比较,说明了随机化思想的优势。-Species common in the information science contest random geometric algorithms: random incremental method and simulated annealing, and the traditional methods of comparison, shows the advantages of
CompetitionChampionAlgorithm100801
- 可用于有约束函数优化的竞赛争冠算法程序已基本完成,但肯定还有未发现的问题.请您试用,并提宝贵的意见和批评.谢谢!该程序是在自创的无约束优化的竞赛争冠算法(旧称竞技取冠算法)函数优化程序基础上,开发出来的有约束优化程序.程序采用罚函数法实现有约束优化的,但罚因子(惩罚系数)的处理方法有别于其它罚函数法.该程序证明这种惩罚系数处理方法是有效的.该法调整惩罚系数简单,粗放,一般应用默认值即可.该程序普适性较好,进化参数调整简单,不敏感,全局最优解的搜索能力较强,数据重现性(鲁棒性)较好,获得结果精度较
jiqirenshemensuanfa
- 机器人足球射门算法,介绍人工智能前沿比赛——机器人足球竞赛的神门算法-Algorithm for robot soccer shooting
Game-Algorithms
- 博弈算法,ACM竞赛经典试题, 对计算机专业的同学很有帮助啊~-Game algorithm, ACM contest the classic questions, useful for computer science students ah ~
Algorithm-ConlaExeAns
- 算法竞赛入门经典完整版的课后习题答案,目前最完整的一版了,配合算法竞赛入门经典来用会更好,本书用c语言实现-The algorithm contest entry classic full version Homework answers the most complete version to use will be better with the the algorithm contest entry classic book c language
NWPU_shumojingsai_A
- 2013年西北工业大学“工大正禾杯”数模竞赛A题(供应链网络的建立与道路破坏问题)源码及结果数据。算法:基于遗传算法的配送中心选址。-2013 Northwestern Polytechnical University " work Taisho Wo Cup" Mathematical Contest in Modeling A question (the establishment of the supply chain network and road damage) s
NWPU-in-2013
- 基于遗传算法的供应链网络的建立与道路破坏问题(2013年西北工业大学“工大正禾杯”数模竞赛A题源码及结果数据)。-The establishment of the supply chain network based on genetic algorithm and road damage problem (NWPU in 2013 "technical university is hetian cup" da race A source and the result data).
CEC13-icmaesils-sources.tar
- 在CEC2013上参加实数参数单目标优化竞赛的Stuetzle的代码,对CMA-ES算法进行了改进。-This software package is in connection with the paper: Tianjun Liao and Thomas Stuetzle, "Benchmark Results for a Simple Hybrid Algorithm on the CEC 2013 Benchmark Set for Real-parameter Optimizati
Simulated-annealing-algorithm
- 数学建模竞赛中应当掌握的十类算法,只能优化方法。 -Mathematical Contest in Modeling in ten categories algorithm should be mastered only optimization.
算法竞赛入门经典代码仓库
- 诸多经典的算法,可以从入门小白做起快速掌握了解其主要内容(Many classic algorithms, you can start from the small white, quickly grasp the main understanding of its content)
pemwocmanceimplementationrvalue
- 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非()
nsga2多目标遗传算法C语言
- 程序功能:实现nsga2算法,测试函数为ZDT1,ZDT2,ZDT3,ZDT4,ZDT6,DTLZ1,DTLZ2 说明:遗传算子为二进制竞赛选择,模拟二进制交叉和多项式变异,使用C语言