Improved Real-coded Genetic Algorithm (IRGA)

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

您现在正在关注此提交

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.

引用格式

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 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 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