GithubHelp home page GithubHelp logo

feio's Introduction

What is FEIO?

FEIO (Fitness Evaluation Is Overrated) is a C# genetic technique that reduces fitness evaluations using a heuristic approach.

How does FEIO work?

FEIO predicts which individuals are more likely to have an "unexpected" fitness and evaluates them, while using the average of the parents' fitness as an estimate. The probability of having such an unexpected fitness is called priority.

FEIO requires four parameters:

  • mutationWeight: how much FEIO should take the mutations into account when calculating the priority;

  • nonEvaluationWeight: how much FEIO should take approximated evaluations (instead of actual fitness evaluations) into account when calculating the priority;

  • evaluationRate: the rate of evaluated individuals in an epoch.

  • evaluationRateGrowth: how fast the evaluation rate should grow.

Priority is calculated as follows:

  1. If an individual mutates, its priority is increased by mutationWeight;
  2. If an individual is not evaluated, its priority is increased by nonEvaluationWeight;
  3. If an individual is generated by crossover, it inherits one of its parents' priority, in addition to the standard deviation of the parents' fitness;
  4. If an individual is evaluated, its priority is set to 0.

feio's People

Contributors

samuelemarro avatar

Watchers

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