-
neneifind
Find Nearest Neighbors on Sphere
- 2010-10-07 06:30:25下载
- 积分:1
-
Quadrupole
Electric Field Vectors and Equipotential Lines of Quadrupole. matlab code and word and pdf files contained folder.
- 2009-12-22 23:58:20下载
- 积分:1
-
GREEDY
这是我们参加深圳杯2012年D题的打孔机生产效率的问题,希望对大家有帮助。这可是很强的东西。(This is our participation in Shenzhen Cup 2012 theme punch D productivity problem, we want to help. This is strong stuff.)
- 2013-07-31 10:01:26下载
- 积分:1
-
PlanProblem
线性规划:
CmpSimpleMthd(完整单纯形法)
整数规划(含0-1规划)
DividePlane(割平面法)
ZeroOneprog(枚举法)
二次规划
QuadLagR(拉格朗日法)
ActivedeSet(起作用集法)(Linear Programming:
CmpSimpleMthd (complete simplex method)
Integer programming (including 0-1 Programming)
DividePlane (Cutting Plane Method)
ZeroOneprog (enumeration method)
Quadratic Programming
QuadLagR (Lagrangian)
ActivedeSet (work set method))
- 2015-04-07 10:53:22下载
- 积分:1
-
csllab
about all filter related dprogram
- 2010-10-31 21:44:00下载
- 积分:1
-
chapter3
matlab智能算法遗传算法优化人工神经网络权值和阈值(Matlab intelligent algorithm of genetic algorithm to optimize neural network weights and threshold)
- 2014-09-08 15:21:07下载
- 积分: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
-
layered-decoding-of-LDPC
LDPC分层译码的matlab程序,LDPC在WIMAX。WIFI应用广泛(layered decoding of LDPC , matlab codes)
- 2015-03-18 22:05:03下载
- 积分:1
-
matlabsuanfadaquan
说明: 数学建模涉及到的算法大全,书中包含有介绍以及算法,对于建模爱好者是有非常大的好处。(Mathematical modeling related to the algorithm Daquan, the book contains a description, as well as algorithms for modeling enthusiasts there is a very big advantage.)
- 2009-08-31 17:10:24下载
- 积分:1
-
Gauss_lengend_pi
数值分析算法-----复化三点Gauss-lengend公式求pi (Numerical analysis algorithms----- complex formula of three-point Gauss-lengend find pi)
- 2011-07-07 17:27:00下载
- 积分:1