@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/23L-GXMZW85G-3>
  skos:prefLabel "algorithme d’optimisation heuristique"@fr, "heuristic optimization algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-WN67CB1Z-K> .

<http://data.loterre.fr/ark:/67375/23L-WN67CB1Z-K>
  skos:exactMatch <https://www.wikidata.org/wiki/Q460851>, <https://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms>, <https://fr.wikipedia.org/wiki/Algorithme_de_colonies_de_fourmis> ;
  a skos:Concept ;
  skos:prefLabel "ant colony optimization algorithm"@en, "algorithme d'optimisation par colonie de fourmis"@fr ;
  skos:definition "algorithme d’optimisation heuristique basé sur le comportement des colonies de fourmis, selon lequel chaque fourmi laisse des phéromones sur son chemin afin d'orienter les autres fourmis, permettant ainsi à la colonie entière de résoudre des problèmes complexes, comme trouver l'accès le plus rapide à une source de nourriture (Source : adapté de  <a href=\"https://ia.gdria.fr/Glossaire/colonie-de-fourmis/\">https://ia.gdria.fr/Glossaire/colonie-de-fourmis/</a> )"@fr, "a heuristic optimisation algorithm based on the behavior of ant colonies, in which each ant leaves pheromones along its path to guide the other ants, enabling the entire colony to solve complex problems, such as finding the quickest access to a food source (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/colonie-de-fourmis/\">https://ia.gdria.fr/Glossaire/colonie-de-fourmis/</a> )"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-GXMZW85G-3> ;
  dc:modified "2025-06-05T07:25:51"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
