期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
Maximization of monotone non-k-submodular set function with noise under matroid constraints
1
作者 Jiang Yanjun Wang Yijing +1 位作者 Yang Ruiqi Li Ali 《High Technology Letters》 2026年第1期73-83,共11页
Submodular optimization is primarily applied in multi-agent systems for tasks such as resource allocation,task assignment,collaborative decision-making,and optimization problems.Maximization of optimizing submodular s... Submodular optimization is primarily applied in multi-agent systems for tasks such as resource allocation,task assignment,collaborative decision-making,and optimization problems.Maximization of optimizing submodular set functions attracts much attention since the 1970s.A large body of work has been done using approximation algorithms.When the dimension of the independent variable of the set function changes from one tok,it is called ak-submodular set function.Thek-submodular set function,a generalization of the classical submodular set function,arises in diverse fields with varied applications.In many practical scenarios,quantifying the degree of closeness to submodularity becomes essential,leading to concepts such as approximately submodular set functions and the diminishing-return(DR) ratio.This paper investigates ak-dimensional set function under matroid constraints,which may lack full submodularity.Instead,we focus on an approximately non-ksubmodular set function characterized by its DR ratio.Employing a greedy algorithmic approach,we derive an approximation guarantee for this problem.Notably,when the DR ratio is set to one,our results align with existing findings in the literature.Experimental results demonstrate the superiority of our algorithm over the baselines. 展开更多
关键词 k-submodular set function GREEDY matroid constraints approximation algorithm
在线阅读 下载PDF
Approximation Algorithms for Maximization of k-Submodular Function Under a Matroid Constraint
2
作者 Yuezhu Liu Yunjing Sun Min Li 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2024年第6期1633-1641,共9页
In this paper,we design a deterministic 1/3-approximation algorithm for the problem of maximizing non-monotone k-submodular function under a matroid constraint.In order to reduce the complexity of this algorithm,we al... In this paper,we design a deterministic 1/3-approximation algorithm for the problem of maximizing non-monotone k-submodular function under a matroid constraint.In order to reduce the complexity of this algorithm,we also present a randomized 1/3-approximation algorithm with the probability of 1−ε,whereεis the probability of algorithm failure.Moreover,we design a streaming algorithm for both monotone and non-monotone objective k-submodular functions. 展开更多
关键词 k-submodular matroid constraint deterministic algorithm randomized algorithm streaming algorithm
原文传递
k-Submodular Maximization with a Knapsack Constraint and p Matroid Constraints
3
作者 Qian Liu Kemin Yu +1 位作者 Min Li Yang Zhou 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2023年第5期896-905,共10页
A k-submodular function is a generalization of a submodular function,its definition domain is extended from the collection of single subsets to the collection of k disjoint subsets.The k-submodular maximization proble... A k-submodular function is a generalization of a submodular function,its definition domain is extended from the collection of single subsets to the collection of k disjoint subsets.The k-submodular maximization problem has a wide range of applications.In this paper,we propose a nested greedy and local search algorithm for the problem of maximizing a monotone k-submodular function subject to a knapsack constraint and p matroid constraints. 展开更多
关键词 k-submodularity knapsack constraint matroid constraint approximation algorithm
原文传递
边缘计算:次模与涌现
4
作者 苏为斌 《自动化博览》 2026年第1期90-94,共5页
边缘计算的组合协同调度具有次模性质,呈现“雪中送碳”好于“锦上添花”的资源分配规律。相较之下,传统方法易造成计算资源组合效率低下且涌现性质难以表征问题。因此,本文通过理论研究,构建融合算力、带宽、延迟多元拟阵约束的次模优... 边缘计算的组合协同调度具有次模性质,呈现“雪中送碳”好于“锦上添花”的资源分配规律。相较之下,传统方法易造成计算资源组合效率低下且涌现性质难以表征问题。因此,本文通过理论研究,构建融合算力、带宽、延迟多元拟阵约束的次模优化调度模型,设计“多元拟阵交集验证+贪心选择”混合算法。通过初步仿真,证明次模优化在边缘组合任务完成率、延迟控制上具有优势。 展开更多
关键词 边缘计算 次模优化 拟阵约束 算力调度
在线阅读 下载PDF
非均匀划分拟阵约束下的多样性推荐方法 被引量:2
5
作者 和凤珍 石进平 《计算机科学与探索》 CSCD 北大核心 2019年第2期226-238,共13页
多样性推荐方法旨在提供既满足相关性又具有多样性的top-k推荐结果。大多数现有的多样性方法没有同时考虑多样性和准确度,而且这些方法假设每个推荐项的重要程度是相同的。受此启发,针对个性化推荐系统,提出一种新的基于用户偏好的多样... 多样性推荐方法旨在提供既满足相关性又具有多样性的top-k推荐结果。大多数现有的多样性方法没有同时考虑多样性和准确度,而且这些方法假设每个推荐项的重要程度是相同的。受此启发,针对个性化推荐系统,提出一种新的基于用户偏好的多样性推荐模型。该模型对用户的整体类别偏好程度、同一类别内部的偏好程度和相关度进行建模;将多样性和相关性同时融合到子模函数中,同时在模型上施加了非均匀划分拟阵约束(即不同用户对不同类别的偏好程度以及同一类别内部的偏好程度不同,每个推荐项的重要程度也不同);证明了最大化提出的目标函数是NP-hard问题,并通过类别簇内局部贪心求解子模函数获得(1-1/e)的近似保证率,同时降低了算法复杂度。最后,引入一个惩罚因子自动调节同一类别中的推荐项加入推荐列表的困难程度。不同数据集上的实验结果表明:提出的方法不仅能够在准确度和多样性之间取得有效的折中,而且具有高效性。 展开更多
关键词 个性化推荐 用户偏好 推荐系统 多样性 划分拟阵约束 子模函数
在线阅读 下载PDF
可套约束分划 被引量:1
6
作者 姚恩瑜 《浙江大学学报(自然科学版)》 CSCD 1995年第3期296-302,共7页
本文引进了在拟阵约束条件下的可套(nested)集与可套约束分划概念,并证明了最优约束分划问题的最优解必、在可套分划处达到.从而是多项式可解的.
关键词 可集套 可套分划 拟阵 最佳约束分划
在线阅读 下载PDF
集合优化剖分问题
7
作者 周军 《四川工程职业技术学院学报》 2006年第1X期67-76,共10页
本篇论文通过一个实际例子引出一个重要的组合优化问题即集合优化剖分问题。我们已知集合优化剖分问题足一个NP问题。在很多情况下集合E中的元素是有序的,故我们可以用数字集来代表那些集合,在这一个限制下,对应的集合剖分问题仍然... 本篇论文通过一个实际例子引出一个重要的组合优化问题即集合优化剖分问题。我们已知集合优化剖分问题足一个NP问题。在很多情况下集合E中的元素是有序的,故我们可以用数字集来代表那些集合,在这一个限制下,对应的集合剖分问题仍然是一个NP问题。本篇论文中我们不探讨对次优解的求法,而是对问题作一些较强限制的情况下寻求它的优化解,获得了较好的结果。 展开更多
关键词 优化剖分问题 NP问题 有序剖分 k-约束剖分 k-约束shape剖分 拟阵
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部