Giter Site home page Giter Site logo

pccmsa-es's Introduction

The pcCMSA-ES using linear regression analysis

  1. REFERENCE:

    Hellwig, Michael; Beyer, Hans-Georg, "Evolution under Strong Noise: A Self-Adaptive Evolution Strategy Can Reach the Lower Performance Bound - the pcCMSA-ES", J. Handl et al. (Ed.): Parallel Problems Solving from Nature - PPSN XIV, pp. 26-37, Edinburgh Napier University, Edinburgh, Scotland, UK, Springer, 2016.

  2. NOTICE:

    The pcCMSA-ES code is made available for reproduction of reported results and testing. The use of the code is permitted subject to the condition of properly acknowledging this source (https://github.com/hellwigm/pcCMSA-ES/) as well as citing the relevant papers.

  3. The pcCMSA-ES:

    The pcCMSA-ES is based on the well-known Covariance Matrix Self-Adaptation Evolution Strategy (CMSA-ES). Incorporating a rather simple population control mechanism togehter with an appropriate noise detection method, the population control Covariance Matrix Self-Adaptation Evolution Strategy (pcCMSA-ES) is able to successfully deal with noisy optimization problems. The noise detection mechanism is based on applying linear regression analysis to a sequence of observed noisy objective function values. The slope of the estimated regression line governs the population control.Constructing a test statistic allows for the design of a hypothesis test that provides the decline requirement.

    negative slope w.r.t significance level \alpha --> reduce population size
    non-negative slope w.r.t significance level \alpha --> increase population size

    Notice, that representing a parametric approach, the use of linear regression analysis is only appropriate for additive normally distributed fitness noise disturbances. In order to tackle different forms of noise, the pcCMSA-ES may be equipped with a non-parametric noise detection method (e.g. maiking use of the Mann-Kendall test). In such cases the noise detection procedure LinearRegNegativetrend.m may simply be repalced with MannKendall.m.

  4. File description:

  • EllipsoidModel.m - Test function defining the fitness environment referred to as the (noisy) Ellipsoid model
  • pcCMSAES.m - Main component of the pcCMSA-ES algorithm relying on either Linear Regression Analysis or the Mann Kendall Test for noise detection
  • LinearRegNegativeTrend.m - Trend estimation making use of the linear regression line's slope and a corresponding hypothesis test
  • MannKendallNegativeTrend.m - Alternative non-parametric trend estimation: The Mann-Kendall test for identification of significant downward montonic trend.
  • RankPop.m - Ranking Procedure
  • sample_Experiment.m - Executable for sample pcCMSA-ES runs

pccmsa-es's People

Contributors

hellwigm avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ljialin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.