-
NelderMeadSimplexMethodforDirectSearch
Nelder Mead Simplex Method for Direct Search
- 2010-07-09 13:25:39下载
- 积分:1
-
Nonlinear_Minimization_with_Equality_Constraints
This is IP optimization method examples with optimum constraints
- 2009-12-24 21:35:42下载
- 积分:1
-
Digital-Image-Processing
数字图像处理matlab版冈萨雷斯经典中的经典,不用多介绍了吧。(Digital Image Processing)
- 2014-12-29 21:15:14下载
- 积分:1
-
navi_test
基于MATLAB的SINS更新解算系统的仿真研究(Simulation Research update system solver of MATLAB-based SINS)
- 2015-04-07 10:03:00下载
- 积分:1
-
ACADO
ACADO工具包是一个软件环境和算法集自动控制和动态优化。它为直接优化控制提供了多种算法,包括模型预测控制、状态参数估计和鲁棒优化。(ACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimization. It provides a general framework for using a great variety of algorithms for direct optimal control, including model predictive control, state and parameter estimation and robust optimization.)
- 2018-01-17 14:31:13下载
- 积分:1
-
trellis-0.3.tar
modulaciones digitales en matlab codificacion de hamming what happend
- 2010-11-08 13:41:47下载
- 积分:1
-
Numerical_Methods_in_Engineering_with_Matlab
Book + source codes +solution manual
Numerical Methods in Engineering with MATLAB is a text for engineering
students and a reference for practicing engineers.
- 2010-01-01 17:53:49下载
- 积分:1
-
linearconv
to find linear convolution of one dimensional input sequences
- 2012-08-09 14:54:59下载
- 积分: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
-
lecture2
lecture series of matlab
- 2012-10-10 02:41:47下载
- 积分:1