登录
首页 » matlab » Single_objective_EGO_algorithms-master

Single_objective_EGO_algorithms-master

于 2020-12-02 发布
0 77
下载积分: 1 下载次数: 8

代码说明:

说明:  单目标的ego全局优化优化算法啊啊啊啊啊(Ego global optimization algorithm with single objective)

文件列表:

Single_objective_EGO_algorithms-master, 0 , 2019-04-19
Single_objective_EGO_algorithms-master\.gitattributes, 378 , 2019-02-28
Single_objective_EGO_algorithms-master\.gitignore, 649 , 2019-02-28
Single_objective_EGO_algorithms-master\Branin.m, 717 , 2019-02-28
Single_objective_EGO_algorithms-master\DE.m, 11219 , 2019-02-28
Single_objective_EGO_algorithms-master\Gaussian_CDF.m, 58 , 2019-02-28
Single_objective_EGO_algorithms-master\Gaussian_PDF.m, 62 , 2019-02-28
Single_objective_EGO_algorithms-master\GoldPrice.m, 648 , 2019-02-28
Single_objective_EGO_algorithms-master\Hartman3.m, 789 , 2019-02-28
Single_objective_EGO_algorithms-master\Hartman6.m, 1013 , 2019-02-28
Single_objective_EGO_algorithms-master\Infill_Pseudo_EI.m, 1859 , 2019-02-28
Single_objective_EGO_algorithms-master\Infill_Standard_EI.m, 860 , 2019-02-28
Single_objective_EGO_algorithms-master\LICENSE, 1067 , 2019-02-28
Single_objective_EGO_algorithms-master\README.md, 2229 , 2019-02-28
Single_objective_EGO_algorithms-master\Sasena.m, 543 , 2019-02-28
Single_objective_EGO_algorithms-master\Shekel10.m, 804 , 2019-02-28
Single_objective_EGO_algorithms-master\Shekel5.m, 495 , 2019-02-28
Single_objective_EGO_algorithms-master\Shekel7.m, 676 , 2019-02-28
Single_objective_EGO_algorithms-master\Sixhump.m, 663 , 2019-02-28
Single_objective_EGO_algorithms-master\corrgauss.m, 958 , 2019-02-28
Single_objective_EGO_algorithms-master\dacefit.m, 9060 , 2019-02-28
Single_objective_EGO_algorithms-master\main_parallel_EGO.m, 6095 , 2019-02-28
Single_objective_EGO_algorithms-master\main_standard_EGO.m, 5447 , 2019-02-28
Single_objective_EGO_algorithms-master\predictor.m, 1836 , 2019-02-28
Single_objective_EGO_algorithms-master\regpoly0.m, 377 , 2019-02-28

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

发表评论

0 个回复

  • code
    说明:  实现无人机通信考虑的轨迹规划,综合通信中的能量消耗和轨迹进行权衡(Realize the trajectory planning of UAV Communication, and balance the energy consumption and trajectory in communication)
    2020-02-11 23:16:52下载
    积分:1
  • C# 回车键控制鼠标焦点
    C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。   private void txtUserName_KeyUp(object sender, KeyEventArgs e)   {    if (e.KeyData == Keys.Enter)//如果按下回车键    txtPWD.Focus();//切换鼠标焦点   }   private void txtPWD_KeyUp(object sender, KeyEventArgs e)   {    if (e.KeyData == Keys.Enter)//如果按下回车键    btnOK.Focus();//切换鼠标焦点   }
    2022-01-23 11:25:26下载
    积分:1
  • sc_FPM
    能实现对于几幅用重叠部分的低分辨率图片的高分辨率重建(High-resolution reconstruction of several low-resolution images with overlapping parts can be achieved.)
    2020-11-11 12:39:45下载
    积分:1
  • 字符串比较
    说明:  实现字符串比较的功能,是C语言课程老师布置的作业,(To realize the function of string comparison is the assignment of C language course teachers.)
    2020-06-21 17:20:01下载
    积分:1
  • data-management
    气象站点数据按年汇总 处理分析气象数据使用(site data is aggregated by year)
    2018-06-29 14:49:12下载
    积分:1
  • 词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的c...
    词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。 -lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
    2022-01-31 14:44:26下载
    积分:1
  • DBO
    说明:  对数据库访问的封装,简化调用代码,优化调用流程, 支持多种调用方式。(Encapsulation of database access, simplification of calling code, optimization of calling process, support of multiple calling methods.)
    2020-05-30 09:28:07下载
    积分:1
  • 模糊聚类信号分选
    说明:  通过算法实现模糊聚类分选,测试能够正常运行(Fuzzy Clustering Classification by Algorithms)
    2019-05-09 20:07:01下载
    积分:1
  • CppUnit是著名的用于单元测试的JUint框架的C++端口。测试结果放在用于自动测试的XML中和基于用于监督测试的GUI中。...
    CppUnit是著名的用于单元测试的JUint框架的C++端口。测试结果放在用于自动测试的XML中和基于用于监督测试的GUI中。-CppUnit is famous for unit test JUint framework of the C++ ports. Test results for the automatic testing on the XML-based test for monitoring the GUI had.
    2023-05-08 06:20:03下载
    积分:1
  • csappsourcecode
    这是csapp的源代码!里面代码经测试都可以运行!希望对大家有所帮助!(This is csapp source code! Inside the code can be run by the test! I want to help!)
    2015-05-12 23:38:15下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载