-
gc
说明: 代码之美的迷你版,大家可以学习一下哦,好了不多说了,上传先。(The beauty of the mini-version of the code, you can learn about Oh, well more than that, and upload the first.)
- 2010-05-06 09:01:04下载
- 积分:1
-
Gass_BLXYConver
大地坐标变换,转换经度很高,修改正了反变换有0.6误差的错误。下载即可使用。(Geodetic coordinate transformation, the conversion of longitude is very high, change the inverse transform has 0.6 error. You can use to download.
)
- 2014-12-25 10:40:00下载
- 积分:1
-
function-files-with-examples-power-system
Huge collection of function files power system
- 2015-03-12 17:11:57下载
- 积分:1
-
KalmanAll
说明: matlab中的kalman滤波工具箱;解压后请置于toolbox目录下,添加addpaht(genpath( 路径 ))。
(of Matlab Toolbox Kalman filtering; please unpacked placed toolbox directory, add addpaht (genpath (path)).)
- 2006-01-09 08:28:52下载
- 积分:1
-
123
说明: 实现磁盘级文件读写,穿透还原。实现磁盘级文件读写,穿透还原。(Achieve disk-level file reading and writing, through reduction. Achieve disk-level file reading and writing, through reduction.)
- 2010-04-18 22:03:35下载
- 积分:1
-
wuziqi
说明: 声明:本程序仅交流用,所以调试时用两颗棋子就可以赢(Disclaimer: This procedure only exchange with, so debugging can win with two pieces)
- 2010-05-01 17:34:45下载
- 积分:1
-
matlab
适合新手看看的matlab程序,函数编程与几何运算,比较基础,附图片(for new learner )
- 2014-12-25 17:36:35下载
- 积分:1
-
psofortsp
Optimization using Particle Swarm Optimization for Travelling Selesman Problem with Matlab
- 2014-02-14 14:51:12下载
- 积分:1
-
ant-act
机器人路径规划中的蚁群算法小程序自己编程的(robot path planning algorithm for the small ant own programming procedures. .)
- 2007-05-11 20:27:36下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1