Skip to content

This repository offer an approach to combine the Covariance Matrix Adaptive Evolution Strategy (CMA-ES) and Bayesian Optimization (BO)

Notifications You must be signed in to change notification settings

zhouyanasd/SAES

Repository files navigation

SAES

This repository offers an approach to combine the Covariance Matrix Adaptive Evolution Strategy (CMA-ES) and Bayesian Optimization (BO).

Bayesian optimization assisted by CMA-ES

This part mainly focusses on searching the approximate best solution to the surrogate model built by gaussian processes. CMA-ES is adopting on the acquisition function as the optimization method

Evolution Strategies assisted by Gaussian Processes with Pre-selection

This part mainly focuses on Surrogate model assisted evolutionary Strategies (SAES). The fitness approximation with gaussian processes firstly used for the pre-selection of the offspring which can reduce the computational cost of the expensive fitness function.

About

This repository offer an approach to combine the Covariance Matrix Adaptive Evolution Strategy (CMA-ES) and Bayesian Optimization (BO)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published