-
MATLAB遗传算法程序
function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1
-
Topic-a
某班有N个学生,已知他们参加某次考试的成绩(0~100间的整数),求全班同学的平均成绩。(A class is to have N students, known as their new the result of the examination (0 to 100 between integer),for the whole class average scores.)
- 2012-05-11 20:49:05下载
- 积分:1
-
music-matlab
使用music算法实现和差测角,实现波束的跟踪(differential goniometric using music algorithm )
- 2013-01-18 19:01:26下载
- 积分:1
-
200707
用matlab脚本文件实现的位置式及增量式PID控制算法程序(using Matlab script file to achieve the type and location of incremental process PID control algorithm)
- 2007-07-09 21:10:05下载
- 积分:1
-
constructKernel
雅克比程序 需要的可以下载试一下 还不错(jocobi)
- 2010-11-16 16:00:23下载
- 积分:1
-
matlab_MFiles
matlab的一些接口程序!希望对学习matlab的同仁们有所帮助~(some matlab interface program! Want to learn matlab help colleagues ~)
- 2009-05-12 10:29:52下载
- 积分:1
-
khaledpls
matlab PLS application
- 2011-04-28 07:03:48下载
- 积分:1
-
Hvdc_12pulse
HVDC transmission system
- 2015-01-18 20:39:02下载
- 积分:1
-
simmodel
说明: 光伏电池板仿真,里面包含三个文件,其中包括光照遮挡仿真(Photovoltaic panel simulation, which contains three files, including lighting occlusion simulation)
- 2020-10-04 16:57:39下载
- 积分:1
-
MATLAB6Math
本教程提供了使用MATLAB的实践性指导,它基于MATLAB6.0版,内容由浅入深,特别是本书对每一条命令的使用格式都作了详细而又简单明了的说明,并配备了例题加以说明其用法,因此,对于初学者自学是很有帮助的;同时,又对数学中的一些深入问题如数值分析、稀疏矩阵、优化理论以及模糊数学等问题进行了较为详细的论述,因此,该书也可作为科技工作者的科学计算工具书。(This tutorial provides a practical guide for using MATLAB, which is based on MATLAB6.0 version of the content of Deep and, in particular the book using the format of each command are detailed but simple instructions, and be equipped with examples on its usage, therefore, is useful for beginners learning the same time, some of the depth of mathematical problems such as numerical analysis, sparse matrix, optimization theory and fuzzy mathematics and other issues discussed in detail, therefore, the Books can also be calculated as the scientific and technological workers, tool.)
- 2010-07-04 16:00:07下载
- 积分:1