Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Snowdrift Strategy
Search
cyanteal
November 03, 2015
Education
0
45
Snowdrift Strategy
cyanteal
November 03, 2015
Tweet
Share
More Decks by cyanteal
See All by cyanteal
生態:平衡與危機
cyanteal
0
51
【懶人包】7 件你該知道的 HIV 常識
cyanteal
0
370
記住 7 件事,做出吸引人的報告
cyanteal
1
270
19th 新生訓練招生(國中)
cyanteal
0
69
人類動物園視覺識別
cyanteal
0
93
It's a Material World by Elizabeth Brumfiel
cyanteal
0
130
The Development And Evolution of Language
cyanteal
0
93
英語的祕密家譜 CH15 Angst
cyanteal
0
91
The Big Backlash 課堂報告
cyanteal
0
49
Other Decks in Education
See All in Education
Adobe Express
matleenalaakso
1
7.5k
CSS3 and Responsive Web Design - Lecture 5 - Web Technologies (1019888BNR)
signer
PRO
1
2.5k
Canva
matleenalaakso
0
430
Introduction - Lecture 1 - Web Technologies (1019888BNR)
signer
PRO
0
4.9k
Amazon Connectを利用したCloudWatch Alarm電話通知
junghyeonjae
0
260
HTML5 and the Open Web Platform - Lecture 3 - Web Technologies (1019888BNR)
signer
PRO
1
2.6k
Web Architectures - Lecture 2 - Web Technologies (1019888BNR)
signer
PRO
0
2.7k
The Gender Gap in the Technology Field and Efforts to Address It
codeforeveryone
0
210
認知情報科学科_キャリアデザイン_大学院の紹介
yuyakurodou
0
130
Flinga
matleenalaakso
2
13k
Adobe Analytics入門講座【株式会社ニジボックス】
nbkouhou
0
20k
Evaluation Methods - Lecture 6 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
700
Featured
See All Featured
Faster Mobile Websites
deanohume
305
30k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
How to Ace a Technical Interview
jacobian
276
23k
Code Review Best Practice
trishagee
64
17k
Bash Introduction
62gerente
608
210k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
Typedesign – Prime Four
hannesfritz
40
2.4k
Teambox: Starting and Learning
jrom
133
8.8k
Transcript
groupD Snowdrift Strategy An Introduction
First, we play with devised “Tit-for-tat with forgiveness” for 20
times. Then, if our opponent is using tit-for-tat strategy and/or defecting more than cooperating, we response with a defect-oriented strategy. Else, we keep using the “Tit-for-tat with forgiveness”. Overview
tit-for-tat w/ forgiveness 20 ! tit-for-tat D>C opponent or "
# tit-for-tat w/ forgiveness yes no defect- oriented strategy
FLOWCHART
BEGIN
n = 1
output SM1 = C “SM” stands for a move made
by self.
get OMn “OM” stands for a move made by the
opponent.
n ++
n <= 1000 yes no END n > 20
n > 20 yes no OM(n-1)=D yes depth d =
20 “D” stands for defect.
sumCC+DD yes no yes get OMn sumCC+DC > 1.1 n
++
get OMn
n ++
n <= 1000 yes no END sumOMc>0.6n
sumOMc > 0.6n yes no output SM=C output SM=D
OM(n-1) = D yes no output SM=C generate num. based
on < 0.1
generate number based on < 0.1 yes no output SM=D
output SM=C
END