登录
首页 » matlab » DeMat

DeMat

于 2018-03-08 发布 文件大小:30KB
0 128
下载积分: 1 下载次数: 3

代码说明:

  几种问题下的多维差分进化算法,包括Chebychev、Eggholder、Michalewicz、Peaks、Rastrigin、Rosenbrock和Zimmermann问题,可以根据不同的需求来改变objfun.m, PlotIt.m,和 Rundeopt.m。(The multidimensional differential evolution algorithm under several problems.)

文件列表:

Chebychev, 0 , 2007-03-12
Chebychev\objfun.m, 2190 , 2002-01-24
Chebychev\PlotIt.m, 1453 , 2002-01-24
Chebychev\Rundeopt.m, 4972 , 2004-06-17
deopt.m, 15782 , 2004-06-17
Eggholder, 0 , 2007-03-12
Eggholder\objfun.m, 1403 , 2002-03-14
Eggholder\PlotIt.m, 2716 , 2004-01-26
Eggholder\Rundeopt.m, 3682 , 2004-06-17
left_win.m, 1803 , 2002-01-24
Michalewicz, 0 , 2007-03-12
Michalewicz\objfun.m, 1407 , 2002-03-03
Michalewicz\PlotIt.m, 2704 , 2004-01-26
Michalewicz\Rundeopt.m, 3742 , 2004-06-17
objfun.m, 2190 , 2002-01-24
Peaks, 0 , 2007-03-12
Peaks\objfun.m, 1298 , 2002-02-25
Peaks\PlotIt.m, 2403 , 2002-03-03
Peaks\Rundeopt.m, 3582 , 2004-06-17
PlotIt.m, 1453 , 2002-01-24
Rastrigin, 0 , 2007-03-12
Rastrigin\objfun.m, 1713 , 2004-01-24
Rastrigin\PlotIt.m, 2639 , 2004-01-26
Rastrigin\Rundeopt.m, 3711 , 2004-06-17
Readme_DeMat.txt, 986 , 2007-03-06
Rosenbrock, 0 , 2007-03-12
Rosenbrock\objfun.m, 1319 , 2002-02-08
Rosenbrock\PlotIt.m, 2530 , 2002-03-03
Rosenbrock\Rundeopt.m, 3598 , 2004-06-17
Rundeopt.m, 4972 , 2004-06-17
step.m, 512 , 2002-01-24
Zimmermann, 0 , 2007-03-12
Zimmermann\objfun.m, 2103 , 2004-05-23
Zimmermann\PlotIt.m, 1036 , 2004-05-23
Zimmermann\Rundeopt.m, 3647 , 2004-06-17

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

发表评论


0 个回复

  • STM32 的4路互补pwm
    使用keil5编写的STM32输出四路互补的PWM,适配正点原子的mini版,同样是为电赛逆变系统做的准备。通过定时器的输出比较模式,在PC6~PC9,输出4路PWM,每路PWM频率为500Hz,占空比为50%,每一路PWM相位差为45°(The STM32 output four complementary PWM, which is written in keil5, is suitable for the mini version of the positive point atom, which is also the preparation for the electric match inverter system.Through the output comparison mode of the timer, in PC6~PC9, the output 4 road PWM, the PWM frequency of each road is 500Hz, the duty ratio is 50%, and the PWM phase difference of each road is 45 degrees.)
    2021-01-27 10:28:35下载
    积分:1
  • MAgent-master
    说明:  大规模对抗代码,有追逃,有需要的可以看看(Python code about Against. You can download if you need.)
    2020-06-18 16:20:02下载
    积分:1
  • wrxaw
    阐述了负荷预测的应用研究,针对EMD方法的不足,与理论分析结果相比。( It describes the application of load forecasting, For lack of EMD, Compared with the results of theoretical analysis.)
    2017-05-15 21:54:59下载
    积分:1
  • 合并
    说明:  有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。(There are two disk files A and B, each storing a line of letters, requiring that the information in the two files be combined (in alphabetical order) and output to a new file C.)
    2020-06-17 18:00:01下载
    积分:1
  • 工业系统测量的常用程序,包括,全自动闪烁,模拟信号离散等...
    工业系统测量的常用程序,包括,全自动闪烁,模拟信号离散等-industrial measurement systems commonly used procedures, including, automatic blinking, and other discrete analog signal
    2022-06-12 03:28:53下载
    积分:1
  • 【MFC】ListControl控件实现翻页
    实现list翻页。MFC控件,对ListControl实现翻页功能。 Test.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestApp application class. Test.cpp This is the main application source file that contains the application class CTestApp. Test.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++.(Test.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestApp application class. Test.cpp This is the main application source file that contains the application class CTestApp. Test.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++.)
    2020-11-06 23:09:50下载
    积分:1
  • 外点法C++
    C++实现外点法求解约束问题,其中有使用到单纯性法(C++ implements exterior point method to solve constraints, among which simplicity method is used.)
    2020-06-23 21:40:02下载
    积分:1
  • TextEditMask
    实现文本框的控制输入,例如,只输入数字,比较简单,可使用DLL文件(Control input for text box)
    2018-08-30 14:11:36下载
    积分:1
  • PASSFINGER
    SDK for Passfinger 1010 development
    2019-01-31 20:37:22下载
    积分:1
  • ANSYS_Fluent_UDF_Manual
    说明:  fluent2020 udf的用户使用手册(ANSYS fluent 2020 udf Manual)
    2021-03-14 10:59:23下载
    积分:1
  • 696518资源总数
  • 104622会员总数
  • 14今日下载