鱼群算法的Matlab程序我要分享

Matlab program of fish swarm algorithm

鱼群算法 matlab 人工鱼群算法 人工鱼群

关注次数: 220

下载次数: 1

文件大小: 10KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

人工鱼是真实鱼抽象化、虚拟化的一个实体,其中封装了自身数据和一系列行为,可以接受环境的刺激信息,做出相应的活动。其所在的环境由问题的解空间和其他人工鱼的状态,它在下一时刻的行为取决于自身的状态和环境的状态,并且它还通过自身的活动来影响环境,进而影响其他人工鱼的活动。


English Description:

Artificial fish is an abstract and virtual entity of real fish, which encapsulates its own data and a series of behaviors, and can accept the stimulation information of the environment and make corresponding activities. Its environment is determined by the solution space of the problem and the state of other artificial fish. Its behavior at the next moment depends on its own state and the state of the environment, and it also affects the environment through its own activities, and then affects the activities of other artificial fish.


代码预览

鱼群算法matlab程序

鱼群算法matlab程序\example1

鱼群算法matlab程序\example1\AF_follow.m

鱼群算法matlab程序\example1\AF_foodconsistence.p

鱼群算法matlab程序\example1\AF_init.m

鱼群算法matlab程序\example1\AF_prey.m

鱼群算法matlab程序\example1\AF_swarm.m

鱼群算法matlab程序\example1\dist.m

鱼群算法matlab程序\example1\example1.m

鱼群算法matlab程序\example2

鱼群算法matlab程序\example2\AF_follow.m

鱼群算法matlab程序\example2\AF_foodconsistence.p

鱼群算法matlab程序\example2\AF_init.m

鱼群算法matlab程序\example2\AF_prey.m

鱼群算法matlab程序\example2\AF_swarm.m

鱼群算法matlab程序\example2\dist.m

鱼群算法matlab程序\example2\example2.m