-
SGAPublic
说明: SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;调用时Genetic(目标函数名)
使用SGA时,首先需要一个目标函数(像AimFunc.m),该函数返回适应度输入变量为待优化变量x输出为一个适应度。然后修改Genetic.m中可以修改的地方(SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algorithm, which mimics the reproduction of law to be optimized. The SGA can be optimized variables, minimum, maximum, (when the function will last for the minimum) and supports the floating-point encoding, grey code, binary code round of betting method selection, tournament selection single-point crossover, uniform crossover , floating-point crossover single point mutation, floating-point mutation called Genetic (objective function name) the use of SGA, first of all need an objective function (like AimFunc.m), the fitness function returns the input variables to be optimized for the output variable x a fitness. Can be modified and then modify the place Genetic.m)
- 2011-03-15 15:33:34下载
- 积分:1
-
满晓宇《战胜MATLAB必做练习50题》
说明: 本书以单元练习的形式,从MATLAB最基本的问题入手,循序渐进,逐渐过渡到较为复杂的数学问题、信号分析问题、力学问题和电学问题的求解,将MATLAB的学习贯穿在解决不同领域实际问题的过程当中。每一个练习都结合问题,介绍与之相关的MATLAB使用知识。全书50个练习基本上涵盖了MATLAB的主要功能。本书不仅是一本初学者可以用来入门的教程,而且对于专业设计人员来说,也是一本内容翔实、可供借鉴的参考(In the form of unit practice, this book starts with the most basic problems of MATLAB, gradually transits to the solution of more complex mathematical problems, signal analysis problems, mechanical problems and electrical problems, and runs the learning of MATLAB through the process of solving practical problems in different fields. Each exercise is combined with the problem, and introduces the knowledge of MATLAB. The 50 exercises in the book basically cover the main functions of MATLAB. This book is not only a tutorial for beginners, but also a reference for professional designers)
- 2020-04-11 21:02:08下载
- 积分:1
-
codeforlvq
image compression using lvq
- 2010-12-07 18:36:08下载
- 积分:1
-
frequency_modulation
frequency modulation code written in matlab
- 2010-12-20 03:28:33下载
- 积分:1
-
kf1test8
使用一组陀螺实测数据为原始数据,通过时变卡尔曼滤波,得到两组输出滤波图(Use a gyroscope data as raw data, through the time-varying Kalman filtering, the final two output filter figures are obtained)
- 2010-06-17 09:31:02下载
- 积分:1
-
CRC
说明: 通信系统中的CRC校验 降低误比特率 提高通信系统的执行效率(Communication Systems CRC, reduce the bit error rate the efficiency of communication systems)
- 2011-04-12 21:33:16下载
- 积分:1
-
MATLAB
Matlab软件中的FuzzyLogic工具箱在模糊控制系统仿真中的应用,有详细的讲解(Matlab software FuzzyLogic Toolbox fuzzy control system application, a detailed explanation)
- 2010-05-06 10:11:31下载
- 积分:1
-
AnimationRelated
matlab开发环境下进行动画显示的相关函数集合,对学习动画显示有较大帮助(matlab animation development environment for the correlation function of the collection, to learn the animation show a greater help)
- 2011-05-23 11:58:45下载
- 积分:1
-
facedetection
简单的人脸识别代码,如果是其他图片的话,放在当前文件下,修改一下文件名即可。(Face Recognition simple code, if it is the other picture, then on the current file, the file name can be changed a bit.)
- 2009-05-05 09:33:30下载
- 积分:1
-
SimpleMethod
实现了用单纯形算法解决线性规划问题,用的方法是大M法。(It implements the methods for solving linear programming problems with the simplex algorithm, using a big M method.)
- 2015-12-01 21:26:01下载
- 积分:1