Skip to content

elymeraj/SMAA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMAA – TP1 et TP2

Théorie des Jeux


Formation : Master 2 IA & Facteurs Humains

  • Eldis YMERAJ
  • Redwan OMARI

Description du projet

Ce dépôt regroupe deux travaux pratiques réalisés dans le module SMAA

  • TP1 – Jeux sous forme normale
    Le TP1 se trouve dans le dossier : tp-jeux_sous_forme_normale

Le dossier contient un README.md qui décrit le travail réalisé, ainsi que les instructions de compilation et d’exécution à l’aide d’un Makefile.

  • TP2 – Jeux coopératifs
    Le TP2 se trouve dans le dossier : tp-coalitions Le dossier contient un README.md décrivant l’architecture du projet, les concepts implémentés et les commandes de compilation via un Makefile

Structure

.
├── README.md
├── tp-coalitions
│   ├── Makefile
│   ├── README.md
│   └── src
│       └── coalitions
│           ├── Main.java
│           ├── examples
│           │   └── GameExamples.java
│           ├── model
│           │   ├── CharacteristicFunction.java
│           │   ├── Coalition.java
│           │   ├── CoalitionGame.java
│           │   ├── CoalitionStructure.java
│           │   ├── Imputation.java
│           │   └── Player.java
│           └── solver
│               ├── CoreSolver.java
│               ├── PropertyChecker.java
│               └── ShapleyValueCalculator.java
└── tp-jeux_sous_forme_normale
    ├── JeuNormalForme.java
    ├── Joueur.java
    ├── Main.java
    ├── Makefile
    ├── ProfilStrategie.java
    ├── README.md
    ├── Strategie.java
    └── bin

About

Java project for Multi-Agent Systems and Game Theory, including normal-form games, cooperative games, coalitions, Shapley value, imputations, and core stability analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors