{"id":42237390,"url":"https://github.com/guigui14460/intelligence-artificielle","last_synced_at":"2026-01-27T03:41:42.635Z","repository":{"id":115556768,"uuid":"301384874","full_name":"Guigui14460/intelligence-artificielle","owner":"Guigui14460","description":"Code de l'option Aide à la décision / Intelligence artificielle de la L3 Info à l'Université de Caen","archived":false,"fork":false,"pushed_at":"2020-11-30T15:36:03.000Z","size":1076,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-01-26T07:39:34.036Z","etag":null,"topics":["algortithms","artificial-intelligence","artificial-intelligence-algorithms","astar-algorithm","decision-support","dijsktra-algo","java","unicaen","university-course","university-project"],"latest_commit_sha":null,"homepage":"https://guigui14460.github.io/intelligence-artificielle/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Guigui14460.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-10-05T11:28:59.000Z","updated_at":"2023-03-09T21:48:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd09371e-cc56-44f8-9ba1-fd8dae8dc883","html_url":"https://github.com/Guigui14460/intelligence-artificielle","commit_stats":{"total_commits":42,"total_committers":4,"mean_commits":10.5,"dds":0.09523809523809523,"last_synced_commit":"29fd446cd9e393eb7a93942f29074a6db6ac91f7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Guigui14460/intelligence-artificielle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guigui14460%2Fintelligence-artificielle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guigui14460%2Fintelligence-artificielle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guigui14460%2Fintelligence-artificielle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guigui14460%2Fintelligence-artificielle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guigui14460","download_url":"https://codeload.github.com/Guigui14460/intelligence-artificielle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guigui14460%2Fintelligence-artificielle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28800242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:37:11.304Z","status":"ssl_error","status_checked_at":"2026-01-27T03:37:10.427Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algortithms","artificial-intelligence","artificial-intelligence-algorithms","astar-algorithm","decision-support","dijsktra-algo","java","unicaen","university-course","university-project"],"created_at":"2026-01-27T03:41:41.983Z","updated_at":"2026-01-27T03:41:42.626Z","avatar_url":"https://github.com/Guigui14460.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intelligence artificielle\n\nProjet universitaire proposé par l'UE optionnel Aide à la décision \u0026 Intelligence artificielle en L3 Informatique par l'Université de Caen Normandie afin de nous faire découvrir la base de l'AD\u0026IA et du contenu de la M1/M2 DOP.\n\n\u003cimg src=\"logo-UNICAEN.jpg\" style=\"width: 100px;\" /\u003e\n\n## Table des matières\n\n- [Table des matières](#table-des-matières)\n- [Introduction](#introduction)\n- [Setup](#setup)\n- [Commandes](#commandes)\n- [Documentation](#documentation)\n- [Auteurs du projet](#auteurs-du-projet)\n\n## Introduction\n\nLe but du projet est de réaliser un intelligence artificielle pouvant créer une maison en fonction de variables et de contraines sur elles, de définir un plan de construction, et d'extraire des motifs et des règles fréquentes dans une base de données recenssant des maisons.\n\n## Setup\n\nAucun setup particulier n'est demandé. Tout est fourni dans ce dépôt.\n\n## Commandes\n\nLes commandes principales sont :\n\n- `$ ./compile.sh` pour compiler le projet\n- `$ ./test.sh` pour lancer l'exécution des tests\n- `$ ./run.sh \u003cwidth\u003e \u003clength\u003e \u003cnumber_instance_database\u003e \u003cminFrequency\u003e \u003cminConfidence\u003e [\u003chouseName\u003e]` pour lancer l'exécution de la classe de démonstration\n- `$ ./run_class.sh \u003cpackage.className\u003e` pour lancer l'exécution d'une classe particulière (seules sont exécutables : examples.HouseSolver, examples.HousePlanner, examples.HouseMiner)\n- `$ ./doc.sh` pour compiler la documentation du projet\n\n## Documentation\n\nLien pour accéder à la documentation du projet : https://guigui14460.github.io/intelligence-artificielle/\n\n## Auteurs du projet\n\n- [BOCAGE Arthur](https://github.com/TurluTwoD)\n- [PIERRE Corentin](https://github.com/coco-ia)\n- [PIGNARD Alexandre](https://github.com/Myrani)\n- [LETELLIER Guillaume](https://github.com/Guigui14460)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguigui14460%2Fintelligence-artificielle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguigui14460%2Fintelligence-artificielle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguigui14460%2Fintelligence-artificielle/lists"}