https://github.com/fer14/bilateral-negotiation
Implementation of various bilateral negotiation papers using python negmas for an IA masters thesis.
https://github.com/fer14/bilateral-negotiation
Last synced: over 1 year ago
JSON representation
Implementation of various bilateral negotiation papers using python negmas for an IA masters thesis.
- Host: GitHub
- URL: https://github.com/fer14/bilateral-negotiation
- Owner: Fer14
- Created: 2021-06-25T15:05:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T15:23:41.000Z (over 2 years ago)
- Last Synced: 2025-01-22T04:43:49.767Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bilateral-negotiation

Implementation of various bilateral negotiation papers using python negmas for an IA masters thesis.
## Rosenchein and Zltokin - 1994
Implementation of the delivery men problem can be found [here](bilateral-negotiation/RosencheinyZlotkin1995.ipynb)
## Kraus - 2001
Implementation the newsletter distribution problem can be found [here](bilateral-negotiation/Kraus2201.ipynb)
## Sierra, Faratin and Jennings - 1997
Implementation of the service oriented heuristics problem can be found [here](bilateral-negotiation/Faratin1998.ipynb)