@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-tel-00823882v1> a dcat:Dataset ;
    dct:description """
              Evolutionary Algorithms (EAs) have received a lot of attention regarding their potential to solve complex optimization problems using problem-specific variation operators. A search directed by a population of candidate solutions is quite robust with respect to a moderate noise and multi-modality of the optimized function, in contrast to some classical optimization methods such as quasi-Newton methods. The main limitation of EAs, the large number of function evaluations required, prevents from using EAs on computationally expensive problems, where one evaluation takes much longer than 1 second. The present thesis focuses on an evolutionary algorithm, Covariance Matrix Adaptation Evolution Strategy (CMA-ES), which has become a standard powerful tool for \\textit{continuous black-box optimization}. We present several state-of-the-art algorithms, derived from CMA-ES, for solving single- and multi-objective black-box optimization problems. First, in order to deal with expensive optimization, we propose to use comparison-based surrogate (approximation) models of the optimized function, which do not exploit function values of candidate solutions, but only their quality-based ranking. The resulting self-adaptive surrogate-assisted CMA-ES represents a tight coupling of statistical machine learning and CMA-ES, where a surrogate model is build, taking advantage of the function topology given by the covariance matrix adapted by CMA-ES. This allows to preserve two key invariance properties of CMA-ES: invariance with respect to i). monotonous transformation of the function, and ii). orthogonal transformation of the search space. For multi-objective optimization we propose two mono-surrogate approaches: i). a mixed variant of One Class Support Vector Machine (SVM) for dominated points and Regression SVM for non-dominated points; ii). Ranking SVM for preference learning of candidate solutions in the multi-objective space. We further integrate these two approaches into multi-objective CMA-ES (MO-CMA-ES) and discuss aspects of surrogate-model exploitation. Second, we introduce and discuss various algorithms, developed to understand, explore and expand frontiers of the Evolutionary Computation domain, and CMA-ES in particular. We introduce linear time Adaptive Coordinate Descent method for non-linear optimization, which inherits a CMA-like procedure of adaptation of an appropriate coordinate system without losing the initial simplicity of Coordinate Descent. For multi-modal optimization we propose to adaptively select the most suitable regime of restarts of CMA-ES and introduce corresponding alternative restart strategies. For multi-objective optimization we analyze case studies, where original parent selection procedures of MO-CMA-ES are inefficient, and introduce reward-based parent selection strategies, focused on a comparative success of generated solutions.
            """ ;
    dct:identifier "tel-00823882" ;
    dct:issued "2026-05-11T02:26:19.410217"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2026-05-11T02:26:19.410223"^^xsd:dateTime ;
    dct:publisher <https://rec.harvest-normandie.data4citizen.com/organization/cce9db95-46d9-4dc2-84b6-764215d0a002> ;
    dct:title "Surrogate-Assisted Evolutionary Algorithms" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "CCSD" ] ;
    dcat:distribution <https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-tel-00823882v1/resource/96f2047a-fa82-4c79-88b0-41deb266c7f6> ;
    dcat:keyword "cma-es",
        "evolutionary-algorithms",
        "expensive-optimization",
        "infoeu-reposemanticsdoctoralthesis",
        "infoinfo-aicomputer-science-csartificial-intelligence-csai",
        "mathmath-ocmathematics-mathoptimization-and-control-mathoc",
        "stochastic-optimization",
        "surrogate-models",
        "theses" ;
    dcat:landingPage <https://theses.hal.science/tel-00823882> .

<https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-tel-00823882v1/resource/96f2047a-fa82-4c79-88b0-41deb266c7f6> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2026-05-11T02:26:19.424622"^^xsd:dateTime ;
    dct:modified "2026-05-11T02:26:19.399754"^^xsd:dateTime ;
    dct:title "Surrogate-Assisted Evolutionary Algorithms" ;
    dcat:accessURL <https://theses.hal.science/tel-00823882> .

<https://rec.harvest-normandie.data4citizen.com/organization/cce9db95-46d9-4dc2-84b6-764215d0a002> a foaf:Agent ;
    foaf:name "test_moissonnage_selune" .

<https://theses.hal.science/tel-00823882> a foaf:Document .

