Giter Site home page Giter Site logo

Comments (3)

darioizzo avatar darioizzo commented on June 9, 2024

from pagmo2.

luishpmendes avatar luishpmendes commented on June 9, 2024

That is not viable for me =/

In my PhD thesis, I am adapting a BRKGA to deal with multi-objective problems, by incorporating the non-dominated sorting of NSGA-2.
However, in the literature its is pretty common to apply local search inside the decoder of the BRKGA, and then update the chromossome to reflect the new locally-optimal solution.
Right now, I am using the multi-objective algorithms avaiable at PAGMO to access the performance of my algorithm for solving the MOTSP and MOKP.
As I did not found a way to apply the local-search within the PAGMO framework, for now I am also not applying local-search on my algorithm.

As I said, this problem could be solved by changing the signature of the fitness method of the Problem class.
Is that viable? Or is there a reason for this method to be like that?

from pagmo2.

darioizzo avatar darioizzo commented on June 9, 2024

The task to change the decision vector in pagmo is solely delegated to the uda evolve method. In there you can run also local searches.

In pagmo, therefore, to do what you want to do you need to run the local search inside the uda evolve method, after having produced the new candidate chromosomes.

from pagmo2.

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.