Improved Real-coded Genetic Algorithm (IRGA)

This is the Matlab implementation of Improved Real-coded Genetic Algorithm (IRGA)
217 descargas
Actualizado 10 mar 2022

Ver licencia

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.

Citar como

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.

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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