非线性整数规划的遗传算法Matlab程序我要分享

Matlab program of genetic algorithm for nonlinear integer programming

lingo整数规划 NP问题 遗传算法-整数 指数

关注次数: 340

下载次数: 2

文件大小: 60KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

非线性整数规划的遗传算法Matlab程序。通常,非线性整数规划是一个具有指数复杂度的NP问题,如果约束较为复杂,Matlab优化工具箱和一些优化软件比如lingo等,常常无法应用,即使能应用也不能给出一个较为令人满意的解。这时就需要针对问题设计专门的优化算法。下面举一个遗传算法应用于非线性整数规划的编程实例,供大家参考!


English Description:

Nonlinear integer programming genetic algorithm matlab program. Usually, nonlinear integer programming is a NP problem with exponential complexity. If the constraints are complex, MATLAB optimization toolbox and some optimization software, such as lingo, can not be applied. Even if they can be applied, they can not give a satisfactory solution. At this time, we need to design a special optimization algorithm for the problem. Here is a programming example of genetic algorithm applied to nonlinear integer programming, for your reference!


代码预览

Matlab.doc