From 8b6075c4e96f46f18a7653585c4926d10f2e7898 Mon Sep 17 00:00:00 2001 From: Ali Faraji <31096694+alifa98@users.noreply.github.com> Date: Fri, 1 Jul 2022 00:23:26 +0430 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53d2769..5860a1f 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,16 @@ In the game theory, we deal with problems like finding equilibrium, evolutionari This package is not limited to one group or university. We would be glad if you contributed to this package even by creating an issue and requesting a new feature. You are always welcome to make a bug report, open an improvement suggestion issue, or send pull requests. Moreover, you can implement the `new feature` issues that have not been assigned and send pull requests. (We will announce the contributing procedure, but for now, you should always send your pull requests for the `dev` branch.) https://github.com/alifa98/GameKit/issues -## What are your sources? +## What are your references? Our primary source is **Game Theory, Alive** book [online version](https://homes.cs.washington.edu/~karlin/GameTheoryBook.pdf) If you can understand Persian, you can watch Dr. Erfan Salavati Game theory videos on aparat.com, which are based on the **Game Theory, Alive** book. [Playlist](https://www.aparat.com/playlist/1487532) if you are not, you can use thousands of videos on youtube. -## who you are? -Currently, This package is developing by students of the [Faculty of Mathematics and Computer Sciences](https://math.aut.ac.ir/) at the Amirkabir University of Technology. +## Who are you? +Currently, This package is developing by some students of the [Faculty of Mathematics and Computer Sciences](https://math.aut.ac.ir/) and [ +Department of Computer Engineering](https://ce.aut.ac.ir/) at the Amirkabir University of Technology. -## how can I contact you? +## How can I contact you? You can open a new discussion in this repository's `Discussion` section for any question. https://github.com/alifa98/GameKit/discussions From 9035e19bd7b957637c94bf0ab0a4476c792145f3 Mon Sep 17 00:00:00 2001 From: Ali Faraji <31096694+alifa98@users.noreply.github.com> Date: Fri, 1 Jul 2022 02:34:47 +0430 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5860a1f..8406472 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ https://pypi.org/user/gamekit/ In the game theory, we deal with problems like finding equilibrium, evolutionarily stable strategies, stable matching, fair division, bankruptcy, voting, etc. In this package, we are implementing the algorithms proposed for these problems. For example, a function that finds the stable matching for marriage problem with the Gale-Shapley algorithm. ## Can I contribute to this repository? -This package is not limited to one group or university. We would be glad if you contributed to this package even by creating an issue and requesting a new feature. You are always welcome to make a bug report, open an improvement suggestion issue, or send pull requests. Moreover, you can implement the `new feature` issues that have not been assigned and send pull requests. (We will announce the contributing procedure, but for now, you should always send your pull requests for the `dev` branch.) +This package is not limited to one group or university. We would be glad if you contributed to this package even by creating an issue and requesting a new feature. You are always welcome to make a bug report, open an improvement suggestion issue, or send pull requests. Moreover, you can implement the `new feature` issues that [have not been assigned](https://github.com/alifa98/GameKit/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee) and send pull requests. (We will announce the contributing procedure, but for now, you should always send your pull requests for the `dev` branch.) https://github.com/alifa98/GameKit/issues ## What are your references? Our primary source is **Game Theory, Alive** book [online version](https://homes.cs.washington.edu/~karlin/GameTheoryBook.pdf) -If you can understand Persian, you can watch Dr. Erfan Salavati Game theory videos on aparat.com, which are based on the **Game Theory, Alive** book. [Playlist](https://www.aparat.com/playlist/1487532) if you are not, you can use thousands of videos on youtube. +If you understand Persian, you can watch Dr. Erfan Salavati Game theory videos on aparat.com, which are based on the **Game Theory, Alive** book ([Playlist](https://www.aparat.com/playlist/1487532)). And, If you do not, you can use thousands of videos on youtube. ## Who are you? Currently, This package is developing by some students of the [Faculty of Mathematics and Computer Sciences](https://math.aut.ac.ir/) and [