首页 > 其他分享 >【论文解析】EJOR 2011 A clustering procedure for reducing the number of representative solutions in the Pa

【论文解析】EJOR 2011 A clustering procedure for reducing the number of representative solutions in the Pa

时间:2023-07-09 10:36:34浏览次数:34  
标签:clustering right multiobjective sum Front theta reducing ldots left

论文名称:A clustering procedure for reducing the number of representative solutions in the Pareto Front of multiobjective optimization problems

动机

假设一个三目标优化问题

\[\begin{aligned} & \text { Availability: } \max _\theta J_1(\theta)=\max _{\theta_p, p=1, \ldots, 5}\left[\prod_{p=1}^u A_p\left(\theta_p\right)\right] \\ & \text { Cost: } \quad \min _\theta J_2(\theta)=\underset{\theta_{p h}, p=1, \ldots, 5}{ }\left[\sum_{p=1}^u \sum_{h=1}^{m_p} c_{p h} \theta_{p h}\right] \\ & h=1, \ldots, m_p \\ & \end{aligned}\\ \text { Weight: } \quad \min _\theta J_3(\theta)=\min _{\substack{\theta_{p h}, p=1, \ldots, 5 \\ h=1, \ldots, m_p}}\left[\sum_{p=1}^u \sum_{h=1}^{m_p} w_{p h} \theta_{p h}\right] \]

Pareto Front上有很多解,毫无疑问,对于多目标决策来说,需要找到一个办法,找出其中的代表性解。
image

算法

Clustering是一个不错的思路。

image

标签:clustering,right,multiobjective,sum,Front,theta,reducing,ldots,left
From: https://www.cnblogs.com/zhenlingcn/p/17538375.html

相关文章

  • 简单易学的机器学习算法——谱聚类(Spectal Clustering)
    上述的“截”函数通常会将图分割成一个点和其余个点。4、其他的“截”函数的表现形式性质3的证明:4、不同的Laplacian矩阵  除了上述的拉普拉斯矩阵,还有规范化的Laplacian矩阵形式:四、Laplacian矩阵与谱聚类中的优化函数的关系1、由Laplacian矩阵到“截”函数......
  • Are RTA agreements with environmental provisions reducing emissions?
    贸易政策中最具争议的辩论之一涉及贸易自由化对环境的影响。贸易政策对碳排放的影响有三种观点:①经济活动说:贸易自由化导致经济活动的扩大,在所有其他条件相同的情况下(生产成分和技术),污染总量将增加。②技术促进说:贸易与环境之间的第二个传递是所谓的技术效应,贸易的增加促进了现代(......
  • An Attempt at Reducing Costs of Disk I/O in Go
    为了实现磁盘上的IO,go语言使用一组IO线程池用来提高CPU的使用率本文是在go语言上尝试了接入了linuxlibaio,并没有发现性能的提升。使用O_DIRECT意味着数据直接到达磁盘上,这将不能有效的利用pagecache用来加速,合并读写请求;O_DIRECT的方式对读写的大小有限制,必须是blocksize大小......
  • Commonly Used Prompts for Reducing Duplicate Rate
    Simplerewrite:Tryhardtorewritethefollowingcontent,makesurethemeaningisthesameastheoriginalmeaningbutjusttrytousedifferentwordsespeciallyformalwords:Rewriteabstractorsomecopiedtextsfromapaper:Rewritethefollowing......
  • SEDCN:Structure enhanced deep clustering network via a weighted neighbourhood a
    论文阅读08-SEDCN:Structureenhanceddeepclusteringnetworkviaaweightedneighbourhoodauto-encoder论文信息论文地址:Structureenhanceddeepclusteringnetworkviaaweightedneighbourhoodauto-encoder-ScienceDirect代码地址:m22453/sedcn-nn(github.com)1.......
  • MBN:Mutual Boost Network for Attributed Graph Clustering
    论文阅读07-MBN:MutualBoostNetworkforAttributedGraphClustering论文信息论文地址:https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4195979代码地址:https://github.com/Xiaoqiang-Yan/MBN1.存在问题存在问题现有区分表示的方法受到节点和结构特征之间差异......
  • vue2实现数据聚合【scatter-clustering】组件封装
    实现如下效果:效果展示:https://code.juejin.cn/pen/7228568245148581943如果不会请移步到官网的栗子,请点击查看直接给大家上代码:整体代码片段1<template>2<divref="echarts"style="width:100%;height:300px;"></div>3</template>4<scrip......
  • DFCN:Deep Fusion Clustering Network
    论文阅读05-DFCN:DeepFusionClusteringNetwork论文信息论文地址:[DFCN][2012.09600]DeepFusionClusteringNetwork(arxiv.org)论文代码:WxTu/DFCN:AAAI2021-DeepFusionClusteringNetwork(github.com)1.存在问题研究方向通过自动编码器AE和图神经网络GCN以利......
  • Deep graph clustering with enhanced feature representations for community detec
    论文阅读03-EFR-DGC:EnhancedFeatureRepresentationsforDeepGraphClustering论文信息论文地址:Deepgraphclusteringwithenhancedfeaturerepresentationsforcommunitydetection|SpringerLink论文代码:https://github.com/grcai/DGC-EFR1.存在问题DAEGC在处理......
  • Multi-View Attribute Graph Convolution Networks for Clustering
    论文阅读04-Multi-ViewAttributeGraphConvolutionNetworksforClustering:MAGCN论文信息论文地址:Multi-ViewAttributeGraphConvolutionNetworksforClustering|IJCAI论文代码:MAGCN1.多视图属性聚类:MAGCN1.存在问题:GNN融入Multi-ViewGraph1)他们不能将指定学习......