GithubHelp home page GithubHelp logo

dotran / rcga-matlab Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.9 MB

A MATLAB implementation of Real-Coded Genetic Algorithms

MATLAB 100.00%
genetic-algorithm evolutionary-algorithms optimizer matlab

rcga-matlab's Introduction

Real-Coded Genetic Algorithms (RCGA)

This repository includes my implementation of the RCGA in MATLAB.

This work was carried out during my graduate study at Korea Maritime University in Busan, South Korea during 2008-2010.

On the selection process (for generational GAs)

  1. Offspring population completely replaces the parent population. This was used in my implementation here.

  2. Offspring population and the whole parent population will be mixed to form an intermediate population. Then the selection operator will select individuals for the next generation from this population.

  3. Part of the parent population will be selected, e.g. deterministically or stochastically based on fitness, and joined with the offspring population to form an intermediate population to be input to the selection process. In this case, the number of individuals going to the intermediate population is known as the genetic gap (?) In strategies (2) and (3), strong individuals --- besides the fittest ones if an elitism strategy is employed --- from the last generation may have a chance to survive in the next generation.

rcga-matlab's People

Contributors

dotran avatar

Watchers

James Cloos 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.