-
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
-
c
说明: 基于STC8951的直流稳压电源的设计程序,通过RS232串口将程序下载到51单片机上,通过控制按键来实现输出稳定直流电压的目的。(STC8951-based DC regulated power supply design program, a program downloaded through the RS232 serial port to the microcontroller 51, through the control buttons to achieve stable DC output voltage.)
- 2010-04-12 22:25:28下载
- 积分:1
-
Non-numerical-parallel-algorithms-Ga
说明: 非数值并行算法:遗传算法,遗传算法的一个教程,很适合初学者(Non-numerical parallel algorithms: Genetic algorithm, genetic algorithm tutorial, very suitable for beginners)
- 2011-03-25 18:45:21下载
- 积分:1
-
ruixing
瑞星升级小程序,自己开发,参考参考。瑞星升级小程序,自己开发,参考参考。瑞星升级小程序,自己开发,参考参考。(ruixing upade)
- 2010-02-26 21:38:16下载
- 积分:1
-
MIMO_OFDM_system
The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed.(The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. )
- 2010-05-19 17:37:31下载
- 积分:1
-
bizhangrobot
说明: 利用人工势场法进行移动机器人的路径规划的matlab程序。包含具体的讲解(Matlab program of path planning of mobile robot using artificial potential field method. Contains specific explanations)
- 2020-11-04 09:37:13下载
- 积分:1
-
123
these files contain matlab documents and programs.
- 2009-09-12 15:17:19下载
- 积分:1
-
4566600622164429182
这个是收集的一个用matlab编写的车牌定位的程序,很好用的(This is a collection of plates prepared using matlab positioning procedures, good used)
- 2009-03-26 10:12:50下载
- 积分:1
-
program1
说明: matlab中对于语音编码的叙述和代码演示(matlab for speech coding in the description and code demo)
- 2008-10-19 15:39:59下载
- 积分:1
-
matlabjingdiansuanfa
说明: matlab的一些经典算法 (Some of the classic algorithm matlab)
- 2008-11-12 18:58:29下载
- 积分:1