-
lianxuyouhua
里面一共有几个关于连续优化的matlab程序(First there were a few inside for about matlab optimization procedures)
- 2009-03-07 22:16:45下载
- 积分:1
-
zuijiachuangchang090408
求解窗长自适应的短时傅立叶变换最佳窗长算法(Solving long-adaptive window short-time Fourier transform algorithm for the best window length)
- 2009-10-21 09:50:04下载
- 积分:1
-
abc
行商问题是一个经典的NP完全问题,多人旅行商问题的求解则更具挑战性。以往对求解多人旅行商问题的研究局限于以所有成员路径总和最小为优化标准(Salesmen problem is a classical NP complete problem, many people are solving the traveling salesman problem more challenging. Solving the traveling salesman problem of many previous studies limited to minimize the sum of all the members of the paths to optimize the standard)
- 2011-05-01 15:45:30下载
- 积分:1
-
sdann-TIME-DOMAIN-OF-HRV
对心率变异性(HRV)曲线进行时域分析时候,主要参数SDNN,SDANN,SDNN_INEDX等的matlab计算程序。(On heart rate variability (HRV) curve when the time-domain analysis, the main parameters SDNN, SDANN, SDNN_INEDX etc. matlab calculation program.)
- 2013-12-25 20:28:13下载
- 积分:1
-
MATLAB
说明: 一个用MATLAB实现的二阶系统的编程,想望对下载的人有用(this is a small file for two order styem by MATLAB ,I hope it will be useful to your.)
- 2010-04-20 10:05:18下载
- 积分:1
-
SVM-toolbox-for-Matlab
matlab下的matlab工具箱,目前是2.5版(Matlab under the Matlab toolbox, currently version 2.5)
- 2006-11-22 14:41:59下载
- 积分:1
-
CHUANGANQIWENDUBUCHANGFANGFA
基于神经网络的压力传感器温度补偿方法,是一篇论文,可以参考,欢饮大家下载。(Pressure sensor temperature compensation method based on neural network is a thesis, you can refer, Huanyin download.)
- 2014-12-05 19:51:55下载
- 积分:1
-
new_MatrixInverse
材料科学中退火算法的最新模拟方法,大家看看拉。(Materials Science in the latest simulation annealing algorithm, we look at Latin America.)
- 2010-06-07 16:40:38下载
- 积分:1
-
Gap_Finder
this example finds the gapes that are existed in a word
- 2010-01-29 18:41:25下载
- 积分: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