耶鲁博弈论笔记

本文概述了耶鲁大学博弈论课程的关键知识点,包括理解战略情况、避免劣势策略、囚徒困境、收益分析、纳什均衡和最佳对策。通过探讨足球与商业合作中的最佳反应,阐述了协调问题及自我实现的信念。同时,文章讨论了纳什均衡在时尚、银行挤兑、约会、古诺寡头、伯特兰竞争、城市规划、政治选举和混合策略等领域的应用,强调了随机化策略在理论与实践中的作用。
摘要由CSDN通过智能技术生成

1.Introduction Five First Lessons
method of studying stategic situation
do not play a strictly dominated strategy
prisoner’s dilemma
payoffs
you can not get what you want,till you know what you want
put yourself in other’s shoes and try to figure out what they
will do

2.Putting Yourselves into Other People’s Shoes
players/strategies/payoffs

3.Iteraive Deletion and the Median-Voter Theorem
iterative deletion of dominated strategies
the Median Voter Theorem
best response

4.Best Responses in Soccer and Bussiness Partnerships
do not choose a strategy that is never a best response to any
belief
externality
nash equilibrium

5.Nash Equilibrium Bad Fashion and Bank Runs
no regrets
self-fulfilling beliefs
no strictly dominated strategy could ever be pla

博弈论中,有一种决策称为Best Response,通俗的意思就是选择一种策略使得团体利益最大化。C语言学习成绩的评定方式分为两种,一种是自由刷题模式(compete),没有固定标准,刷题越多者排名越靠前,其期末分数越高;另一种是规定每个人必须做够多少道题(standard),达到要求就能取得相应分数。 假设一个班级中的学生分为A、B两类,A类同学学习热情很高,乐于做题,采用compete模式可以获得成就感并且在期末拿到高分,compete模式可以让他们有10分的收益;采用standard模式他们也可以在期末拿到高分,但不能满足他们的求知欲,standard模式可以让他们有8分的收益。B类同学仅仅希望期末拿高分,如果采用compete模式,他们竞争不过A类同学,期末成绩不理想,因此compete模式能给他们6分的收益;如果采用standard模式,他们可以完成规定任务并拿到高分,因此standard模式可以让他们有10分的收益。 编程输入A类和B类同学分别占班级总人数的百分比,分别计算并输出采用compete和standard两种刷题模式下的全班总收益,并输出这个班级在这场博弈中的Best Response是哪种模式。 【注】程序中使用的数据类型为float 程序运行结果示例1: Input percent of A and B:0.2 0.8↙ compete = 6.8000 standard = 9.6000 The Best Response is standard! 程序运行结果示例2: Input percent of A and B:0.8 0.2↙ compete = 9.2000 standard = 8.4000 The Best Response is compete! 程序运行结果示例3: Input percent of A and B:0.5 0.5↙ compete = 8.0000 standard = 9.0000 The Best Response is standard! 输入提示信息:"Input percent of A and B:" 输入格式:"%f%f" 输出格式:"compete = %.4f\nstandard = %.4f\n" 输出提示信息:"The Best Response is compete!" 输出提示信息:"The Best Response is standard!"
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值