登录
首页 » matlab » MEIGA

MEIGA

于 2020-09-21 发布
0 390
下载积分: 1 下载次数: 16

代码说明:

说明:  EGO算法的实现,采用遗传算法及kriging代理模型,进行经典案例的实现优化求解(EGO optimization GA optimization kriging surrogate models good examples)

文件列表:

func.m, 58 , 2020-03-20
gridsamp.m, 1264 , 2020-03-19
lhsamp.m, 592 , 2002-08-05
MEIGA.m, 1497 , 2020-03-23
predictor.m, 5147 , 2009-05-06
regpoly0.m, 377 , 2002-08-05
regpoly1.m, 385 , 2002-08-05
regpoly2.m, 789 , 2002-09-04
Contents.m, 1202 , 2002-09-04
corrcubic.m, 1207 , 2002-08-05
correxp.m, 1039 , 2002-08-05
correxpg.m, 1176 , 2002-08-05
corrgauss.m, 1323 , 2009-05-06
corrlin.m, 1091 , 2002-08-05
corrspherical.m, 1227 , 2002-08-05
corrspline.m, 1868 , 2002-08-05
dacefit.m, 9060 , 2002-09-03
dsmerge.m, 3942 , 2002-08-05

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

发表评论

0 个回复

  • OpenMP的例子
    openmp,并行计算是提高代码效率的非常有用的处理方法; 这是一个全面的openmp的使用例子;可以从类似编译条件的方式使用MP, 学习OPENMP让,程序飞起来!
    2022-04-08 19:24:46下载
    积分:1
  • I2C driver
    I2C总线驱动,8位单片机适用。 在总线控制,并下发指令是,效率好,另外,此程序在keil编译器中已经编译通过。
    2022-01-31 04:15:49下载
    积分:1
  • circle_surface_mpi
    calculate the circle surface using parallel mpi
    2012-12-31 00:41:14下载
    积分:1
  • backstepLBM
    格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 (Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the advantage to overcome its shortcomings and has developed methods. Especially in 1992, Qian Yue-hong, Chen XI, such as the pioneering work (LBGK model proposed method), so that the method widely used in computational fluid dynamics (single-phase flow, multiphase flow, porous media flow, thermal convection, magnetic fluid, the reaction- the proliferation, etc.).)
    2009-01-09 10:56:05下载
    积分:1
  • Oxford__Parallel-Scientific-Computation
    This book is for students and researchers who are interested in scientific computation. The book has a dual purpose: first, it is a textbook for a course on parallel scientific computation. Second, the book is a source of example parallel algorithms and programs for computational physicists and chemists, and for other computational scientists who are eager to get a quick start in parallel computing and want to learn a structured approach to writing parallel programs.
    2011-12-19 21:59:29下载
    积分:1
  • 视频游戏的流体模拟,第 6 部分
    差动速度算法器 这篇文章,在一系列,第六描述从根本上不同的方法计算速度从涡度,提出了在这些文章中的流体模拟的基石之一。第一篇文章总结了流体动力学 ;第二个调查流体仿真技术 ;和第三和第四次提出了涡粒子流体模拟与双向流体体之间的相互作用,在真正的时间运行。第五篇文章展示了如何获取和使用 CPU 使用率分析数据,优化,进一步并行化的代码,这样,它跑得更快。 这篇文章介绍一种求解速度从涡度的微分技术和与第 3 部分中所提出的积分 treecode 技术及其成果和业绩形成鲜明对比。泊松规划求解在这篇文章提出了一种比跑得快 treecode,但它的结果看起来不同的可能不那么令人满意。 涡旋速度,回顾 记得第二篇文章,您可以计算速度从涡度 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-05 03:15:32下载
    积分:1
  • MPI.NET-1.0.0
    MPI.net tool for MPI setup for all applications that using MPI
    2013-08-21 17:32:28下载
    积分:1
  • 求矩阵特征值的法的实现
    QR算法是目前最广泛被用于求一般矩阵特征值的方法,但是由于串行算法的时间过于长,大大的降低了工作效率,所以我们将其在基于cuda架构上对其进行GPU加速,将原有的求矩阵特征值得串行算法进行并行化,大大地提高了工作效率
    2022-11-06 08:40:04下载
    积分:1
  • Open MPI多线程程序设
    说明:  本文介绍的基于多线程和图像分块实现加速运算,因为调用了opencv库,比较容易编写和实现。OpenCV全称是是Open Source Computer Vision Library,它是由Intel微处理器研究实验室的视觉交互组开发,是一种用于数字图像处理和计算机视觉的开源函数库,采用的开发语言是C++。(This paper introduces an acceleration algorithm based on multi-threading and image partitioning, because it is easy to write and implement by calling the opencv library. OpenCV is called Open Source Computer Vision Library. It is developed by the Visual Interaction Group of Intel Microprocessor Research Laboratory. It is an open source library for digital image processing and computer vision. The development language used is C++)
    2019-10-10 09:12:50下载
    积分:1
  • opencl-1.2-extensions.pdf.tar
    OpenCL1.2版本的扩展功能用户手册。(OpenCL1.2 version of the Expansion Function User' s Manual.)
    2013-07-23 16:02:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载