登录
首页 » matlab » youhua1

youhua1

于 2020-12-11 发布 文件大小:2KB
0 149
下载积分: 1 下载次数: 44

代码说明:

  遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(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可以控制输出格式 待优化问题)

文件列表:

youhua1.m,4120,2013-05-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • edge
    codigo para detectar bordes
    2014-11-08 23:03:42下载
    积分:1
  • AnalysisofLinkages
    说明:  机械工程设计中对于连杆机构的运动分析的相关程序(Mechanical Engineering Design movement for linkage analysis procedures)
    2010-05-03 10:30:48下载
    积分:1
  • fd1d_predator_prey
    反应扩散方程 捕食者捕食模型 HOlling模型(Reaction-diffusion equation model of predator prey model HOlling)
    2020-12-04 22:49:24下载
    积分:1
  • MIMO_OFDM_CH
    一个关于MIMO-OFDM的信道估计程序,程序中为一个2*2系统,你可以根据自己需要进行相应的扩展(on a MIMO-OFDM channel estimation procedures, procedures for a 2* 2 system, You can according to their need for a corresponding expansion)
    2007-05-04 22:37:49下载
    积分:1
  • Genetic-Algorithm
    遗传算法,二进制编码,单点交叉,随即变异(Genetic Algorithm. The single-point crossover and the random variation were used)
    2013-12-15 10:56:19下载
    积分:1
  • crossover
    说明:  负载均衡调度问题:假设有N个任务,需要负载均衡器分配给M个服务器节点去处理。每个任务的任务长度、每台服务器节点(下面简称“节点”)的处理速度已知,请给出一种任务分配方式,使得所有任务的总处理时间最短。crossover(Load balancing scheduling problem: suppose there are n tasks, which need to be allocated to m server nodes by load balancer. The task length of each task and the processing speed of each server node (hereinafter referred to as "node") are known. Please provide a task allocation method to minimize the total processing time of all tasks.crossover)
    2020-03-25 21:15:15下载
    积分:1
  • matlab-mle
    说明:  主要是介绍极大似然估计并用matlab实现极大似然估计(Is to introduce the maximum likelihood estimation and use matlab to achieve maximum likelihood estimation)
    2011-04-15 09:55:03下载
    积分:1
  • sea surface
    生成一个给定的强度,提取,和风速方向的海面实现。(generates sea surface realizations for a given intensity,fetch, and direction of wind velocity. )
    2012-06-07 20:17:24下载
    积分:1
  • hts
    matlab 检测时频分布中的正弦曲线,C编写,可用matlab调用(matlab sine curve in the frequency distribution of detection, C preparation, available matlab call)
    2012-08-20 11:06:36下载
    积分:1
  • Quick-Jack
    audio jack communication
    2014-11-05 10:28:39下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载