博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
comments on the inverse model to solve multi-objective optimization
阅读量:4079 次
发布时间:2019-05-25

本文共 1267 字,大约阅读时间需要 4 分钟。

I have been interested in solving many-objective optimization with the inverse model, so that I could manipulate the operation in the objective space other than the decision space. I have tried to use neural network to build a inverse model on some benchmark datasets such as DTLZ and WFG. However, it is failure. The main reason is that that are many same points corresponding to different values from the objective space to the decision space. Due to this phenomenon, such mappings are not functions, therefore, neural networks cannot perfectly fit them. 

At that time, I knew one paper focusing on using inverse models to solve multi-objective problems by using Gaussian process. I also tried to learn GP, but it is still failure. The main reason is that I feel such knowledges are very difficult. Until last week, Handing posted a post about GP, which is very easy to understand. With her help, I have known a little of that. Therefore, I read this paper once more, and also go through the source code. I found it is easy to understand now.

In the sampling phase, the author just modify one dimension of the objective values and then use GP to find one dimension values of the decision variables. The updated decision variables are as the offspring. Interesting。。。

转载地址:http://jlini.baihongyu.com/

你可能感兴趣的文章
国内有个码云,gitee
查看>>
我居然在GAAS的硬件清单上看到了权盛光流,又想起ZN无人机课程他们购买无人机配件也是在权盛
查看>>
原来我之前一直用的APM固件....现在很多东西明白了。
查看>>
realsense-ros里里程计相关代码
查看>>
似乎写个ROS功能包并不难,你会订阅话题发布话题,加点逻辑处理,就可以写一些基础的ROS功能包了。
查看>>
if __name__ == ‘__main__‘:就是Python里的main函数,脚本从这里开始执行,如果没有main函数则从上到下顺序执行。
查看>>
PX4官方用户和开发手册的首页面是会给你选择英文和中文的
查看>>
树莓派上部署英特尔深度相机IntelRealsense T265(他人8月7日刚写的)我树莓派上librealsense realsense-ros最后是实际按照这个来装的,也装成了!
查看>>
【8-12】树莓派部署t265+px4飞控实现无人机视觉定位(转载)(里面说出了APM官方手册给的vision_to_mavros和PX4官方手册给的VIO)
查看>>
youtube上有个在树莓派上装liberealsense的视频教程,我觉得挺棒的,还知道了一个好东西VNC,这样树莓派不买屏幕也OK。
查看>>
树莓派网上很多视频教程,你完全可以跟着弄,不用担心很多细节不会。
查看>>
他们喜欢把T265和D435i结合起来用(T265是定位,D435i是建图,两者合起来就是同时定位和建图,不就是SLAM么)
查看>>
树莓派默认的用户名是pi 默认的密码是raspberry,用这个用户名和密码去远程登陆
查看>>
现在终于知道realsense官方的树莓派安装教程了
查看>>
在树莓派上装librealsense我找到两个官方教程了,一个是realsense给的,一个是APM给的T265的教程
查看>>
树莓派的系统是烧录到SD卡直接启动可以用了,那我之前买的ubuntu的U盘系统应该原理类似,那烧录方法是不是应该也是类似?
查看>>
GNU nano是Shell中常用的一款文本编辑器
查看>>
Raspbian是树莓派官方推出的操作系统
查看>>
树莓派操作系统的烧录
查看>>
没有屏幕如何连接树莓派
查看>>