Git Product home page Git Product logo

Comments (7)

N-Wouda avatar N-Wouda commented on September 26, 2024

Dynamic penalties. The load and time warp penalty parameters change over time. It's probably useful to track this, as they could help explain e.g. the # of feasible solutions in the population.

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on September 26, 2024

Aside from LS performance, we also need to know more about crossover performance. How often is each crossover's offspring selected?

from euro-neurips-2022.

leonlan avatar leonlan commented on September 26, 2024

Aside from LS performance, we also need to know more about crossover performance. How often is each crossover's offspring selected?

I was thinking along the lines of collecting the following statistics related to crossovers:

  • Statistics on the parent individuals: i.e., the cost, load penalty, tw penalty, feasible/infeasible, diversity w.r.t. population. (basically most members of Individual)
  • Also the diversity between the two parents.
  • For each crossover, the statistics on the offspring individual
  • The crossover that was selected
  • Statistics on the educated individual (but maybe this is for LS?)

from euro-neurips-2022.

leonlan avatar leonlan commented on September 26, 2024

@N-Wouda What's a good way to collect statistics for crossovers and local search? Currently, we only collect statistics directly from the population

if (params.config.collectStatistics)
stats.collectFrom(population);
}

Is collecting statistics from operators something we want to build into the Statistics object?

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on September 26, 2024

What's a good way to collect statistics for crossovers and local search?

Maybe make Statistics a data member of GeneticAlgorithm? That way we can at least access it from relevant methods.

How to collect: I suspect we should have multiple collectFrom methods with different signatures. E.g. one for crossover (not sure what yet), one for when operators update, etc.

I am not sure about operators because they get called a lot and that "should collect" check is not free. Maybe we should start thinking about compile-time collection checks, maybe with templates?

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on September 26, 2024

@leonlan is this still relevant?

from euro-neurips-2022.

leonlan avatar leonlan commented on September 26, 2024

I made something on a branch called op-stats but I don't think I'll have time to finish this in time. I'll close it and tag it with future to pick it up after the competition.

from euro-neurips-2022.

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.