论文: Data-Driven Evolutionary Optimization: An Overview and case studies(1) 数据驱动概念,文章结构,大数分类

news/2024/7/3 2:04:33

声明: 只作为自己阅读论文的相关笔记记录,理解有误的地方还望指正 

论文下载链接:

https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8456559

概念:数据驱动?

Solving evolutionary optimization problems driven by data collected in simulations, physical experiments, production processes, or daily life are termed data-driven evolutionary optimization.

现象:

Most existing research on EAs is based on an implicit assumption that evaluating the objectives and constraints of candidate solutions is easy and cheap. However, such cheap functions do not exist for many real-world optimization problems.

EA盛行基于假设评估目标以及候选解约束条件简单而且评估的代价低廉,问题就是它只是现实的一种近似逼近,以及应用起来评估的代价还是挺高的。

 数据驱动中数据难点

文章的目的:

This paper aims to provide an overview of recent advances in the emerging research area of data-driven evolutionary optimization 

  文章的整体 框架:

数据驱动进化算法的主要的组成

 

数据的分类:

Off-line 的存在的问题以及相应的处理方法

而对于On-line Data-driven Optimization Methodologies的关键点以及难点就是:

怎么样采样? 针对新的数据进行采样?新的数据主要的目的是用来进行一步步的修订模型的,若是采样不当很可能使得构建的模型在结构上发生变化  

ON-line Data-drive methodologes sample

Promising samples are located around the optimum of the surrogate model, and the accuracy of the surrogate model in the promising area is enhanced once the promising solutions are sampled [8], [14].
Uncertain samples are located in the search space where the surrogate model is likely to have a large approximation error and has not been fully explored by the EA 

[8] Y. Jin, M. Olhofer, and B. Sendhoff, “On evolutionary optimization with approximate fitness functions,” in Proceedings of the Genetic and Evolutionary Computation Conference. Morgan Kaufmann Publishers Inc., 2000, pp. 786–793.

[14] Y. Jin, M. Olhofer, and B. Sendhoff, “A framework for evolutionary optimization with approximate fitness functions,” IEEE Transactions on Evolutionary Computation, vol. 6, no. 5, pp. 481–494, 2002.

 


http://lihuaxi.xjx100.cn/news/248271.html

相关文章

使用微软提供的Office Online实现Office文档的在线查看,编辑等功能

使用微软提供的Office Online平台只需要一个网址即可在线查看Xls,doc,PPT等文档http://view.officeapps.live.com/op/view.aspx?src要查看的文档地址在线编辑需要登录live.com并从onedrive中打开或新建文档也可以来自在线模板(下面的Excel来自Excel Online模板,编辑…

Linux 启动过程详解

说明:由于图片太大,上传博客的图片是jpg格式的有点失真,看不清楚,可以双击打开查看,有朋友想看高清,无码,无水印的大图(png格式)请下载附件!转载于:https://b…

PHP 单元测试

本文首发于 https://jaychen.cc/article/34作者 Jaychen朋友,你听说过安。。。不是,写过单元测试吗。 单元测试是开发过程中必不可少的一环,一个项目有良好的单元测试代码,重构的勇气都大很多。这次写一篇小文来介绍一下 PHP 的单…

组合导航选型

1. IMU选型 1.1. 芯片 ST TDK Bosch ADI murata 1.2. 模组 无锡新纳 武汉元生 epson 1.3. 产品 荷兰Xense 美国microstrain 2. GNSS选型 2.1. 天线 诺瓦泰 海积 华信 金乙昌 苏州佳邦 嘉兴嘉利 国巨 2.2. 芯片 ST 高通 中科微 华大 2.3. 模组 华大…

抱歉,你和社会脱节了——对于中国教育的反思

缘故: 最近我身边的很多刚毕业的或者是面临毕业的同学都会向我谈及一些关于大学教育的问题,我能很清楚的感觉到他们对于当下的中国大学的教育很困惑。甚至不知道大学要培养什么人才?我们要怎么做?而社会又是需要什么样的人才&…

WTForms 小计1 forms

2019独角兽企业重金招聘Python工程师标准>>> 定义 from wtforms import Form, StringField, validators class MyForm(Form):first_name StringField(uFirst Name, validators[validators.input_required()])last_name StringField(uLast Name, validators[vali…

hadoop源码datanode序列图

2019独角兽企业重金招聘Python工程师标准>>> 转载于:https://my.oschina.net/u/572882/blog/134796

[20171225]查看并行执行计划注意的问题.txt

[20171225]查看并行执行计划注意的问题.txt--//如果使用dbms_xplan.display_cursor查看并行执行计划注意一些问题,通过例子说明:1.环境:SCOTTbook> &r/ver1PORT_STRING VERSION BANNER------------------------------ -------------- ------…