基于蚁群算法的连续函数优化通用MATLAB源代码我要分享

General matlab source code of continuous function

关注次数: 196

下载次数: 1

文件大小: 18.48 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明: 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。


English Description:

This source code is an implementation of the artificial ant colony algorithm, which is used for the optimization of unconstrained continuous function. For the case with constraints, we can first use penalty function and other methods to process the problem into an unconstrained model, and then use this source code to solve it.


代码预览

相关推荐