Giter VIP home page Giter VIP logo

nsga-ii's Introduction

NSGA-II

The implementation of NSGA-II [1] with Python:

  1. nd_sort.py is the non-dominated sorting method using the efficient non-dominated sorting method in [2].

  2. crowding_distance.py is the density estimation method in NSGA-II, where the extreme solutions in each Pareto front are set to inf.

  3. environment_selection.py is the environmental selection procedure in NSGA-II.

  4. nsgaii.py is the main file.

  5. GLOBAL.py involves the problem and parameters settings, meanwhile, the genetic operations (simulated binary crossover and polynomial mutation [3]) are presented.

  6. wof_nsgaii.py is the future file for a vatiation of nsga-ii on large-scale multi-objective optimization from [4].

[1]. Deb K, Pratap A, Agarwal S, et al. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE transactions on Evolutionary Computation, 2002, 6(2): 182-197.

[2]. Zhang X, Tian Y, Cheng R, et al. An efficient approach to nondominated sorting for evolutionary multiobjective optimization. IEEE Transactions on Evolutionary Computation, 2015, 19(2): 201-213.

[3]. Deb K, Beyer H G. Self-adaptive genetic algorithms with simulated binary crossover. Secretary of the SFB 531, 1999.

[4]. Zille H, Ishibuchi H, Mostaghim S, et al. A Framework for Large-scale Multi-objective Optimization based on Problem Transformation. IEEE Transactions on Evolutionary Computation, 2017.

nsga-ii's People

Contributors

chenghust 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.