Improved Real-coded Genetic Algorithm (IRGA)

This is the Matlab implementation of Improved Real-coded Genetic Algorithm (IRGA)

Ahora está siguiendo esta publicación

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.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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