Improved Real-coded Genetic Algorithm (IRGA)

This is the Matlab implementation of Improved Real-coded Genetic Algorithm (IRGA)
217 Downloads
Updated 10 Mar 2022

View License

This is the Matlab code for Improved Real-coded Genetic Algorithm (IRGA). The proposed IRGA consists of Tournament Selection with tournament size 2, Directional Crossover (DX), Directional Mutation (DM) and a recombination operators. This solves minimization problems. For details of the algorithm, please read and cite the below mentioned paper:
A. K. Das and D. K. Pratihar, "Solving engineering optimization problems using an improved real-coded genetic algorithm (IRGA) with directional mutation and crossover," Soft Computing, vol. 25, pp. 5455-5481, 2021.

Cite As

A. K. Das and D. K. Pratihar, "Solving engineering optimization problems using an improved real-coded genetic algorithm (IRGA) with directional mutation and crossover," Soft Computing, vol. 25, pp. 5455-5481, 2021.

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
2.1.1

Minor changes in the description

2.1.0

A new comment was added in the IRGA function

2.0.0

Nothing change in code; only more comments added to describe the algorithm better

1.0.0