-
ann-bp
说明: 人工神经网络MATLAB源程序:此MATLAB程序用于人工神经网络(ANN MATLAB source : This MATLAB procedures for artificial neural network)
- 2006-03-25 08:46:48下载
- 积分:1
-
NSGA-II
NSGA-II源程序,可用于工程、管理及经济学的研究。(NSGA-II源程序evaluate_objective.m
.............genetic_operator.m
.............initialize_variables.m
.............
on_domination_sort_mod.m
.............
sga_2.m
.............objective_description_function.m
.............
eplace_chromosome.m
............. ournament_selection.m
.............htmlevaluate_objective.html
.................genetic_operator.html
.................initialize_variables.html
.................
on_domination_sort_mod.html
.................
sga_2.html
.................objective_description_function.html
.................
eplace_chromosome.html
................. ournament_selection.html
.............html
)
- 2012-11-14 08:03:54下载
- 积分:1
-
psat
PSAT包含了:PF-潮流计算;CPF-连续潮流;OPF-最优潮流;SSSA-小扰动分析;TDS-时域仿真;GUI-用户人机界面;GNE-自定义模型等功能。该工具包已经可以计算上千节点规模的系统。而且该软件包源代码完全公开,因此用户可以根据自己的研究兴趣编写修改相应源代码实现研究目的。(PSAT includes: PF-flow calculation CPF-continuous fashion OPF-OPF SSSA-small perturbation analysis TDS-time domain simulation GUI-user machine interface GNE-custom models and other functions. The kit can have thousands of computing nodes scale systems. And the package source code is completely open, so that the user can modify the source code to write research purposes according to their research interests.)
- 2013-12-14 16:41:54下载
- 积分:1
-
qira_peg
20字神马的最讨厌了,有没有啊又没有啊有没有啊(20 horses hate the word of God, and there is no there is no ah ah ah there)
- 2011-04-25 20:39:31下载
- 积分: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
-
Speech-Recognition-using-NN
speech recognition / matlab / nn
- 2015-02-01 20:39:58下载
- 积分:1
-
SIFT
matlab的sift算法实现图像检索 (sift the matlab image retri algorithm)
- 2015-03-19 09:56:35下载
- 积分:1
-
SUBTRACTIVE-CLUSTERING
SUBTRACTIVE CLUSTERING ALGORITHM
- 2014-02-20 10:47:06下载
- 积分:1
-
MultiWaveletlib
实用的多小波工具箱 添加这些文件,以你的工作文件夹,并开始输入》multidemo
查看采取多小波变换对不同的图像,您也可以查看,编辑和使用任何其他文件提交在此文件夹中(Many practical wavelet toolbox to add the files to your working folder, and start typing " multidemo view taken by many wavelet transform of different images, you can also view, edit and use of any other documents submitted in this folder)
- 2009-03-11 10:50:04下载
- 积分:1
-
MDS-MAP
无线传感器网络中节点定位算法MDS-MAP算法的改进及matlab实现(Wireless sensor network node localization algorithm MDS-MAP algorithm and matlab to achieve)
- 2011-07-27 13:34:46下载
- 积分:1