文件名称:axelrod.js:用于NPM的Axelrod的迭代囚徒困境模拟器
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-10 22:36:32
JavaScript
Axelrod.js 用于NPM的模拟器。 (对于Axelrod的比赛,是Tl; dr-在“囚徒困境”中,您想要最低的分数。在“囚徒困境”中,您想要一次又一次地打败同一个对手之后的最低分数。 阿克塞尔罗德的锦标赛互相对抗,采取了数项策略,赢得了最多比赛的策略(即与其他策略相比,在大多数比赛中得了最少分)(赢得了比赛)。 依赖项(通过npm install ) 古尔普 古尔巴比尔 用法 node axelrod.js [-p, --plays (int >= 1) number of plays in each game between strategies] [-r, --rounds (int >= 1) number of rounds in the tournament] [-o, --output outputFileName] [-s, --strategies [
【文件预览】:
axelrod.js-master
----.gitignore(573B)
----axelrod.js(94B)
----package.json(750B)
----src()
--------custom_strategies()
--------sample_strategies()
--------strategy.js(642B)
----gulpfile.js(176B)
----LICENSE(1KB)
----README.md(3KB)