Constrained MOO using GA (ver. 2)

版本 1.5 (2.0 KB) 作者: Sam Elshamy
Solving a simple MOO problem using Genetic Algorithms (GA)
2.4K 次下载
更新时间 2014/11/30

查看许可证

This code is a demo of using Genetic Algorithms (GA) to solve a simple constrained multi-objective optimization (MOO) problem.
The objective is to find the pareto front of the MOO problem defined as follows:
Maximize:
f1(X) = 2*x1 + 3*x2
f2(X) = 2/x1 + 1/x2
such that:
10 > x1 > 20
20 > x2 > 30

The set of non-dominated solutions is plotted in the objective space, and displayed in the console.

引用格式

Sam Elshamy (2024). Constrained MOO using GA (ver. 2) (https://www.mathworks.com/matlabcentral/fileexchange/29806-constrained-moo-using-ga-ver-2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.5

Now available in Toolbox format.

1.4.0.0

Update: Bugs in line 68 and 69 and others are now fixed. Thanks to Yu-Yun

1.0.0.0