-
backprop
back prooagation neural networks
- 2011-08-31 20:49:00下载
- 积分:1
-
SampleUsage
The matlab code is for calling the Halftoning algorithm for colored images using the Jarvis method.
- 2015-03-29 14:03:18下载
- 积分:1
-
model
可以对某一块海洋区域进行纵切断面,并在一张图上生成几个图片(Can conduct a longitudinal section of a marine areas, and generate a few pictures on a map)
- 2013-12-20 15:19:24下载
- 积分: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
-
equal-effect
利用等效拟配法进行飞机的纵向运动的控制参数选取,十分有用(This example is to demonstrate equival effective fitness for pitch and normal load in logitudinal motion)
- 2013-12-24 15:44:35下载
- 积分:1
-
matlab-exe
一些常用的matlab函数命令,需要用的时候可以方便查看(Matlab function of some commonly used commands, you need to use when you can easily see)
- 2011-04-21 12:29:46下载
- 积分:1
-
无线传感器网络定位算法wsn-location
无线传感器网络定位算法 matlab源代码 包含七个算法(Wireless sensor network localization algorithm matlab source code consists of seven algorithms)
- 2020-07-06 15:48:58下载
- 积分:1
-
medical-fusion
TO FUSE MRI AND CT IMAGES FOR BETTER MEDICAL DIAGNOSIS
- 2014-08-21 23:46:13下载
- 积分:1
-
daishuyunsuan
GUI系统进行点运算,即该矩阵对应元素的直接运算。(GUI system point operations, namely the direct calculation of the matrix corresponding to the element.)
- 2014-01-26 10:10:27下载
- 积分:1
-
5f
说明: cutting algorith for branch and cut
- 2010-07-07 11:29:17下载
- 积分:1