Giter Club home page Giter Club logo

Comments (2)

dhadka avatar dhadka commented on August 10, 2024

Yes, both EpsMOEA and EpsNSGAII have a population_size parameter. There are some difference though.

  1. Both EpsMOEA and EpsNSGAII use an epsilon-dominance archive (hence the "Eps" in the name). This archive doesn't have a fixed size, but instead restricts the number of solutions using the epsilons parameter. The simplest way to think about it is that we place a grid over the objective space, where the size of a cell in the grid is epsilon x epsilon (you can specify different sizes per dimension by providing an array to the epsilons parameter, e.g., epsilons = [0.1, 0.25, ...]). Only one solution can exist in each cell. The size of the epsilons bounds the number of solutions in the archive. This is why the number of solutions in the result is different than the population size.

  2. EpsNSGAII dynamically changes the population size. So the population_size parameters is used to set the initial population, but it will increase or decreases as prescribed by the algorithm.

These algorithms are based off of the Java implementations in the MOEA Framework. You can find information and references for each algorithm in https://github.com/MOEAFramework/MOEAFramework/releases/download/v2.12/MOEAFramework-2.12-BeginnersGuidePreview.pdf.

from platypus.

ivan-marroquin avatar ivan-marroquin commented on August 10, 2024

Thanks a lot!

from platypus.

Related Issues (20)

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.