geopro:pedro:mobility
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
geopro:pedro:mobility [2008/01/14 20:55] – 150.163.67.167 | geopro:pedro:mobility [2010/08/23 18:38] (atual) – pedro | ||
---|---|---|---|
Linha 1: | Linha 1: | ||
- | {{geopro: | + | ====== |
- | [[geopro: | + | |P. R. Andrade, A. M. V. Monteiro, G. Camara, S. Sandri| |
+ | |||
+ | \\ | ||
+ | |||
+ | //Pawns have their maximum mobility at the start of the game.// W. Jordan Melbourne | ||
+ | |||
+ | \\ | ||
+ | |||
+ | {{ http:// | ||
+ | |||
+ | \\ | ||
+ | |||
+ | * [[http:// | ||
+ | |||
+ | =====Revisões===== | ||
+ | |||
+ | * [[geopro: | ||
+ | * [[geopro: | ||
+ | |||
+ | \\ | ||
=====Referências===== | =====Referências===== | ||
Linha 14: | Linha 33: | ||
* Dieckmann U //et al// [[http:// | * Dieckmann U //et al// [[http:// | ||
* Axelrod R. [[http:// | * Axelrod R. [[http:// | ||
+ | |||
+ | ==== Payoff==== | ||
+ | |||
+ | Payoff of my strategy (X) given my opponent strategy (Y), in the chicken game (-10, | ||
+ | |||
+ | |||
+ | ^ ^0.0^ 0.1 ^ 0.2 ^ 0.3 ^ 0.4 ^ 0.5 ^ 0.6 ^ 0.7 ^ 0.8 ^ 0.9 ^ 1.0 ^ | ||
+ | ^0.0| **0.0**| | ||
+ | ^0.1|**-0.1**| | ||
+ | ^0.2|-0.2| | ||
+ | ^0.3|-0.3| | ||
+ | ^0.4|-0.4| | ||
+ | ^0.5|-0.5| | ||
+ | ^0.6|-0.6| | ||
+ | ^0.7|-0.7| | ||
+ | ^0.8|-0.8| | ||
+ | ^0.9|-0.9| | ||
+ | ^1.0| -1.0| -1.9| -2.8| -3.7| -4.6| -5.5| -6.4| -7.3| -8.2| -9.1| **-10.0**| | ||
+ | |||
+ | \\ | ||
+ | |||
+ | payoff = function(strat, | ||
+ | return (-10 * strat * ostrat | ||
+ | +1 * strat * (1-ostrat) | ||
+ | -1 * (1-strat) * ostrat) | ||
+ | | ||
+ | resultt = list() | ||
+ | for(i in 0:10) | ||
+ | { | ||
+ | resultt = payoff(c((0: | ||
+ | cat(paste(" | ||
+ | for(j in 1:11) | ||
+ | { | ||
+ | cat(resultt[j]) | ||
+ | cat(" | ||
+ | } | ||
+ | cat(" | ||
+ | } | ||
+ | | ||
+ | |||
+ | \\ | ||
+ | |||
geopro/pedro/mobility.1200344147.txt.gz · Última modificação: 2008/01/14 20:55 por 150.163.67.167