@prefix mdl: <http://data.loterre.fr/ark:/67375/MDL> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

mdl:-KZLP7RGH-4
  skos:broader mdl:-BLRMZZTF-9 ;
  a skos:Concept ;
  skos:hiddenLabel "Algorithme adaptatif"@fr, "algorithmes adaptatifs"@fr, "Algorithme adaptatifs"@fr, "Adaptive algorithm"@en, "adaptive algorithms"@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Adaptive_algorithm>, <https://fr.wikipedia.org/wiki/Algorithme_adaptatif> ;
  skos:definition "An adaptive algorithm is an algorithm that changes its behavior at the time it is run, based on information available and on a priori defined reward mechanism (or criterion). Such information could be the story of recently received data, information on the available computational resources, or other run-time acquired (or a priori known) information related to the environment in which it operates. (Wikipedia, The Free Encyclopedia, <a href=\"https://en.wikipedia.org/wiki/Adaptive_algorithm\" target=\"_blank\">https://en.wikipedia.org/wiki/Adaptive_algorithm</a>)"@en, "Un algorithme adaptatif est un algorithme qui est capable de changer automatiquement son comportement en fonction de son contexte d’exécution pour atteindre des performances optimales. Les changements peuvent être sur les données manipulées par l’algorithme, des paramètres de conﬁgurations de l’environnement d’exécution et de l'occupation des ressources. (Wikipedia, L'Encylopédie Libre, <a href=\"https://fr.wikipedia.org/wiki/Algorithme_adaptatif\" target=\"_blank\">https://fr.wikipedia.org/wiki/Algorithme_adaptatif</a>)"@fr ;
  skos:prefLabel "adaptive algorithm"@en, "algorithme adaptatif"@fr ;
  skos:inScheme mdl: .

mdl: a skos:ConceptScheme .
mdl:-BLRMZZTF-9
  skos:prefLabel "algorithme"@fr, "algorithm"@en ;
  a skos:Concept ;
  skos:narrower mdl:-KZLP7RGH-4 .

