@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/evolutionary_algorithms>
  skos:definition "Evolutionary algorithms (EA) are a family of analytical approaches loosely based on a selection-of-the-fittest evolutionary metaphor. Variants of EA are commonly applied to semistructured and multiobjective problems because they are not constrained by the same underlying assumptions on which many more traditional approaches are built. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n62.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Evolutionary Algorithms</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geocomputation> ;
  skos:prefLabel "evolutionary algorithms"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/geocomputation>
  skos:prefLabel "geocomputation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/evolutionary_algorithms> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/evolutionary_algorithms> .

