- coin-calc 從文件讀取
- Visual-CPP400source-code Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序操作 实例010——使用Windows API创建程序窗口 实例011——使用AppWizard创建基于文档视图结构MFC应用程序框架 实例012——使用AppWizard建立对话框应用程序框架 实例013——实现查找
- JiaoYou 交友类网站
- mmm 算法与数据结构的一次课设
- 在Windows 7中安装iPhone开发环境 (Install iPhone development environment in Windows 7)
- ITU-T-P.50-Artificial voices ITU关于人工语音的标准
文件名称:粒子群算法
介绍说明--下载内容来自于网络,使用问题请自行百度
SO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度。大家也可以观察一下,鸟群在寻找食物的过程中,开始鸟群比较分散,逐渐这些鸟就会聚成一群,这个群忽高忽低、忽左忽右,直到最后找到食物。这个过程我们转化为一个数学问题。寻找函数 y=1-cos(3*x)*exp(-x)的在[0,4]最大值。(SO algorithm is the simulation of a flock of birds for food, each bird is in PSO particles, which is what we need to solve the problem of possible solutions, these birds are looking for food in the process, constantly change their position and velocity in the air. You can also look at the birds are looking for food in the process, to the birds scattered, these birds will gradually gather into a group, this group fluctuated, huzuohuyou, until finally find food. This process is transformed into a mathematical problem. Find the maximum value of the function y=1-cos (3*x) *exp (-x) in the [0,4].)
相关搜索: 粒子群 最短路径 matlab
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
fun.m | 2138 | 2014-02-06 |
InitSwarm.m | 2283 | 2014-02-06 |
lianxi1.m | 2488 | 2014-02-06 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.