Giter Site home page Giter Site logo

tokinobug / heuristicflow Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 1.0 986 KB

C++ template classes of metaheuristic algorithms including GA, NSGA2, NSGA3, PSO,AOS, etc

License: GNU General Public License v3.0

C++ 97.22% C 0.68% CMake 2.05% Shell 0.05%
algorithm genetic-algorithm algorithms pso-algorithm metaheuristics metaheuristic-optimisation metaheuristic-framework template-metaprogramming

heuristicflow's Introduction

HeuristicFlow

GitHub tag (latest SemVer) GitHub

C++ template class lib for several optimization algorithms, like GA, NSGA2, NSGA3, PSO, AOS, etc.

As a template lib, HeuristicFlow is header only.

Dependents: libEigen and C++17 standard library.

HeuristicFlow has been tested on MinGW(gcc 8.1.0 and gcc 12.1.0), Clang(14.0.4) and MSVC(143). It works pretty well with MinGW and Clang, while may cause several warnings when with MSVC.

namespace: heu

Modules:

  1. Genetic
  2. Global
  3. EAGlobal
  4. SimpleMatrix
  5. PSO
  6. AOS

Implemented Algorithms:

  1. SOGA(Single Objective Genetic Algorithm, 10 selection method implemented)
  2. NSGA-II(Non-dominated Sorting Genetic Algorithm II)
  3. NSGA-III(Non-dominated Sorting Genetic Algorithm III)
  4. PSO(Particle Swarm Optimization)
  5. AOS(Atomic Orbit Search)

Implemented Testing Functions:

  • Single-objective:
    • Ackley
    • Beale
    • GoldSteinPrice
    • Booth
    • Bukin
    • Matyas
    • Levy
    • Himmelblau
    • Easom
    • Cross in tray
    • Egg holder
    • Holder table
    • McCormick
    • Schaffer2
    • Schaffer4
    • Rastrigin
    • Sphere
    • Rosenbrock
    • Styblinski - Tang
  • Multi-objectives:
    • Schaffer1
    • Schaffer2
    • Binh and Korn
    • Changkong Hamies
    • Poloni
    • Viennet
    • FonsecaFleming
    • Kursawe
    • DTLZ1
    • DTLZ2
    • DTLZ3
    • DTLZ4
    • DTLZ5
    • DTLZ6
    • DTLZ7
    • DTLZ8

Referenced Papers:

  1. AOS
    [1] Mahdi Azizi.Atomic orbital search: A novel metaheuristic algorithm[J].Applied Mathematical Modelling.2021,93:657-693.

  2. NSGA-III
    [2] Kalyanmoy Deb,Himanshu Jain.An Evolutionary Many-Objective Optimization Algorithm Using Reference-Point-Based Nondominated Sorting Approach, Part I: Solving Problems With Box Constraint[J].IEEE Transactions on Evolutionary Computation.2014,18(4):577-601

    [3] Himanshu Jain,Kalyanmoy Deb.An Evolutionary Many-Objective Optimization Algorithm Using Reference-point Based Non-dominated Sorting Approach, Part II: Handling Constraints and Extending to an Adaptive Approach[J].IEEE Transactions on Evolutionary Computation.2014,18(4):602-622

Waiting to be implemented :

  1. GravitySearchAlgorithm
  2. BigFloodAlgorithm

heuristicflow's People

Contributors

tokinobug avatar wpcwzy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

slopecraft

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.