Giter VIP home page Giter VIP logo

asyncde's Introduction

AsyncDE

AsyncDE is a high performance C++ implementation of the Asynchronous Differential Evolution algorithm, based on ideas from

  • Zhabitskaya, E., Zhabitsky, M. (2013). Asynchronous Differential Evolution with Restart.
  • In: Dimov, I., Faragó, I., Vulkov, L. (eds) Numerical Analysis and Its Applications. NAA 2012. Lecture Notes in Computer Science, vol 8236. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-41515-9_64
  • Zhabitsky, M., Zhabitskaya, E. 2013. Asynchronous differential evolution with adaptive correlation matrix.
  • In Proceedings of the 15th annual conference on Genetic and evolutionary computation (GECCO '13). Association for Computing Machinery, New York, NY, USA, 455–462. https://doi.org/10.1145/2463372.2463428

The main algorithm – Asynchronous differential evolution with adaptive correlation matrix (ADE-ACM) – performs derivative-free optimization of multidimensional real-valued functions. The algorithm has a simple structure and doesn't require tuning of its internal parameters by users. While performing the optimization, ADE-ACM self-adapts crossover rate and scale factor, and inflates the population size if needed. The AsyncDE library also implements classic DE, JADE and jDE algorithms.

Feel free to contact authors with questions about AsyncDE by e-mail [email protected]!

Usage

AsyncDE requires C++11 compatible compiler (e.g. gcc or clang with development options) and CMake to compile. In addition, the library implements optional MPI and OMP variants for parallel calls of an optimized function within the Master/Workers scheme.

asyncde's People

Contributors

asyncde avatar

Stargazers

 avatar

Watchers

 avatar

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.