期刊文献+
共找到114篇文章
< 1 2 6 >
每页显示 20 50 100
Deterministic streaming algorithms for non-monotone submodular maximization
1
作者 Xiaoming SUN Jialin ZHANG Shuo ZHANG 《Frontiers of Computer Science》 2025年第6期103-114,共12页
Submodular maximization is a significant area of interest in combinatorial optimization.It has various real-world applications.In recent years,streaming algorithms for submodular maximization have gained attention,all... Submodular maximization is a significant area of interest in combinatorial optimization.It has various real-world applications.In recent years,streaming algorithms for submodular maximization have gained attention,allowing realtime processing of large data sets by examining each piece of data only once.However,most of the current state-of-the-art algorithms are only applicable to monotone submodular maximization.There are still significant gaps in the approximation ratios between monotone and non-monotone objective functions.In this paper,we propose a streaming algorithm framework for non-monotone submodular maximization and use this framework to design deterministic streaming algorithms for the d-knapsack constraint and the knapsack constraint.Our 1-pass streaming algorithm for the d-knapsack constraint has a 1/4(d+1)-∈approximation ratio,using O(BlogB/∈)memory,and O(logB/∈)query time per element,where B=MIN(n,b)is the maximum number of elements that the knapsack can store.As a special case of the d-knapsack constraint,we have the 1-pass streaming algorithm with a 1/8-∈approximation ratio to the knapsack constraint.To our knowledge,there is currently no streaming algorithm for this constraint when the objective function is non-monotone,even when d=1.In addition,we propose a multi-pass streaming algorithm with 1/6-∈approximation,which stores O(B)elements. 展开更多
关键词 submodular maximization streaming algorithms cardinality constraint knapsack constraint
原文传递
Defeating decoys:deletion-robust submodular optimization for UAV swarm target assignment problem
2
作者 Jiaming Hu Chuangbo Hao +3 位作者 Mengzhen Li Yuhao Wang Maowen Lu Dachuan Xu 《CCF Transactions on High Performance Computing》 2025年第6期523-536,共14页
In modern warfare,decoy targets are often set up by the enemy to interfere with the combat of unmanned aerial vehicle(UAV)swarms.To enhance the combat effectiveness of UAV swarm collaborative target assignment and imp... In modern warfare,decoy targets are often set up by the enemy to interfere with the combat of unmanned aerial vehicle(UAV)swarms.To enhance the combat effectiveness of UAV swarm collaborative target assignment and improve its anti-interference ability,we model this problem as a deletion-robust submodular maximization problem with a knapsack constraint.We provide a two-stage framework consisting of a preprocessing algorithm and postprocessing algorithms.Simulation experiments are carried out through the weapon allocation problem and the UAV swarm collaborative target assignment problem.The results show that the proposed algorithms perform better than non-deletion-robust algorithms in terms of objective function values and running time,verifying the effectiveness of the algorithms. 展开更多
关键词 submodular optimization·Target assignment·UAV swarms·Deletion robust·Knapsack constraint
在线阅读 下载PDF
Maximizing the Differences Between a Monotone DR-Submodular Function and a Linear Function on the Integer Lattice
3
作者 Zhen-Ning Zhang Dong-Lei Du +1 位作者 Ran Ma Dan Wu 《Journal of the Operations Research Society of China》 EI CSCD 2024年第3期795-807,共13页
In this paper,we investigate the maximization of the differences between a nonnegative monotone diminishing return submodular(DR-submodular)function and a nonnegative linear function on the integer lattice.As it is al... In this paper,we investigate the maximization of the differences between a nonnegative monotone diminishing return submodular(DR-submodular)function and a nonnegative linear function on the integer lattice.As it is almost unapproximable for maximizing a submodular function without the condition of nonnegative,we provide weak(bifactor)approximation algorithms for this problem in two online settings,respectively.For the unconstrained online model,we combine the ideas of single-threshold greedy,binary search and function scaling to give an efficient algorithm with a 1/2 weak approximation ratio.For the online streaming model subject to a cardinality constraint,we provide a one-pass(3-√5)/2 weak approximation ratio streaming algorithm.Its memory complexity is(k log k/ε),and the update time for per element is(log^(2)k/ε). 展开更多
关键词 submodular maximization DR-submodular Integer lattice Single-threshold greedy algorithm Streaming algorithm
原文传递
量测驱动的多站无源水下多目标跟踪算法
4
作者 吕盈 齐滨 +3 位作者 郝宇 梁国龙 李宇昂 惠晨昕 《声学学报》 北大核心 2026年第2期559-573,共15页
在水下多站无源声呐系统中,融合多站纯方位量测数据以实现多目标联合跟踪定位时常面临目标先验位置未知、量测关联复杂度高等问题。本文提出了一种量测驱动的多站联合观测的无源水下多目标跟踪算法。该算法基于广义标签多伯努利框架融... 在水下多站无源声呐系统中,融合多站纯方位量测数据以实现多目标联合跟踪定位时常面临目标先验位置未知、量测关联复杂度高等问题。本文提出了一种量测驱动的多站联合观测的无源水下多目标跟踪算法。该算法基于广义标签多伯努利框架融合多源观测信息,并引入量测驱动机制动态生成新生目标组件。随后结合次模优化理论,选取关键量测与预测组件进行关联,有效降低计算复杂度。实验结果表明,即使在存在漏检、虚警和测量噪声等复杂环境下,所提算法仍表现出良好的稳定性。与现有方法相比,其平均最优子模式分配度量提升了28.36%,同时显著降低了计算开销,为构建高效的多站水下感知系统提供了算法支撑。 展开更多
关键词 多目标跟踪 无源声呐 广义标签多伯努利算法 量测驱动机制 次模优化理论
原文传递
Optimizing top-k retrieval: submodularity analysis and search strategies 被引量:1
5
作者 Chaofeng SHA Keqiang WANG +2 位作者 Dell ZHANG Xiaoling WANG Aoying ZHOU 《Frontiers of Computer Science》 SCIE EI CSCD 2016年第3期477-487,共11页
The key issue in top-k retrieval, finding a set of k documents (from a large document collection) that can best answer a user's query, is to strike the optimal balance between relevance and diversity. In this paper... The key issue in top-k retrieval, finding a set of k documents (from a large document collection) that can best answer a user's query, is to strike the optimal balance between relevance and diversity. In this paper, we study the top-k re- trieval problem in the framework of facility location analysis and prove he submodularity of that objective function which provides a theoretical approximation guarantee of factor 1 -1/ε for the (best-first) greedy search algorithm. Furthermore, we propose a two-stage hybrid search strategy which first ob- tains a high-quality initial set of top-k documents via greedy search, and then refines that result set iteratively via local search. Experiments on two large TREC benchmark datasets show that our two-stage hybrid search strategy approach can supersede the existing ones effectively and efficiently. 展开更多
关键词 top-k retrieval DIVERSIFICATION submodular function maximization
原文传递
An Approximation Algorithm for the Parallel-Machine Customer Order Scheduling with Delivery Time and Submodular Rejection Penalties 被引量:1
6
作者 Hong-Ye Zheng Suo-Gang Gao +1 位作者 Wen Liu Bo Hou 《Journal of the Operations Research Society of China》 EI CSCD 2024年第2期495-504,共10页
In this paper,we consider the parallel-machine customer order scheduling with delivery time and submodular rejection penalties.In this problem,we are given m dedicated machines in parallel and n customer orders.Each o... In this paper,we consider the parallel-machine customer order scheduling with delivery time and submodular rejection penalties.In this problem,we are given m dedicated machines in parallel and n customer orders.Each order has a delivery time and consists of m product types and each product type should be manufactured on a dedicated machine.An order is either rejected,in which case a rejection penalty has to be paid,or accepted and manufactured on the m dedicated machines.The objective is to find a solution to minimize the sum of the maximum delivery completion time of the accepted orders and the penalty of the rejected orders which is determined by a submodular function.We design an LP rounding algorithm with approximation ratio of n+1 for this problem. 展开更多
关键词 Order scheduling Delivery time submodular rejection penalty Approximation algorithm
原文传递
An Approximation Algorithm for the Dynamic Facility Location Problem with Submodular Penalties
7
作者 Chun-yan JIANG Gai-di LI Zhen WANG 《Acta Mathematicae Applicatae Sinica》 SCIE CSCD 2014年第1期187-192,共6页
In this paper, we study the dynamic facility location problem with submodular penalties (DFLPSP). We present a combinatorial primal-dual 3-approximation algorithm for the DFLPSP.
关键词 dynamic facility location problem approximation algorithm submodular function
原文传递
A Note on Submodularity Preserved Involving the Rank Functions
8
作者 Min Li Dong-Lei Du +1 位作者 Da-Chuan Xu Zhen-Ning Zhang 《Journal of the Operations Research Society of China》 EI CSCD 2019年第3期399-407,共9页
In many kinds of games with economic significance,it is very important to study the submodularity of functions.In this paper,wemainly study the problem of maximizing a concave function over an intersection of two matr... In many kinds of games with economic significance,it is very important to study the submodularity of functions.In this paper,wemainly study the problem of maximizing a concave function over an intersection of two matroids.We obtain that the submod-ularity may not be preserved,but it involves one maximal submodular problem(or minimal supermodular problem)with some conditions.Moreover,we also present examples showing that these conditions can be satisfied. 展开更多
关键词 MATROID submodular function Rank function Convexclosure GAME
原文传递
Multipass Streaming Algorithms for Regularized Submodular Maximization
9
作者 Qinqin Gong Suixiang Gao +1 位作者 Fengmin Wang Ruiqi Yang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2024年第1期76-85,共10页
In this work,we study a k-Cardinality Constrained Regularized Submodular Maximization(k-CCRSM)problem,in which the objective utility is expressed as the difference between a non-negative submodular and a modular funct... In this work,we study a k-Cardinality Constrained Regularized Submodular Maximization(k-CCRSM)problem,in which the objective utility is expressed as the difference between a non-negative submodular and a modular function.No multiplicative approximation algorithm exists for the regularized model,and most works have focused on designing weak approximation algorithms for this problem.In this study,we consider the k-CCRSM problem in a streaming fashion,wherein the elements are assumed to be visited individually and cannot be entirely stored in memory.We propose two multipass streaming algorithms with theoretical guarantees for the above problem,wherein submodular terms are monotonic and nonmonotonic. 展开更多
关键词 submodular optimization regularized model streaming algorithms THRESHOLD
原文传递
A Note on Maximizing Regularized Submodular Functions Under Streaming
10
作者 Qinqin Gong Kaiqiao Meng +1 位作者 Ruiqi Yang Zhenning Zhang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2023年第6期1023-1029,共7页
Recent progress in maximizing submodular functions with a cardinality constraint through centralized and streaming modes has demonstrated a wide range of applications and also developed comprehensive theoretical guara... Recent progress in maximizing submodular functions with a cardinality constraint through centralized and streaming modes has demonstrated a wide range of applications and also developed comprehensive theoretical guarantees.The submodularity was investigated to capture the diversity and representativeness of the utilities,and the monotonicity has the advantage of improving the coverage.Regularized submodular optimization models were developed in the latest studies(such as a house on fire),which aimed to sieve subsets with constraints to optimize regularized utilities.This study is motivated by the setting in which the input stream is partitioned into several disjoint parts,and each part has a limited size constraint.A first threshold-based bicriteria(1/3,2/3/)-approximation for the problem is provided. 展开更多
关键词 submodular optimization regular model streaming algorithms threshold technique
原文传递
Bicriteria Algorithms for Approximately Submodular Cover Under Streaming Model
11
作者 Yijing Wang Xiaoguang Yang +1 位作者 Hongyang Zhang Yapu Zhang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2023年第6期1030-1040,共11页
In this paper,we mainly investigate the optimization model that minimizes the cost function such that the cover function exceeds a required threshold in the set cover problem,where the cost function is additive linear... In this paper,we mainly investigate the optimization model that minimizes the cost function such that the cover function exceeds a required threshold in the set cover problem,where the cost function is additive linear,and the cover function is non-monotone approximately submodular.We study the problem under streaming model and propose three bicriteria approximation algorithms.Firstly,we provide an intuitive streaming algorithm under the assumption of known optimal objective value.The intuitive streaming algorithm returns a solution such that its cover function value is no less thanα(1−ϵ)times threshold,and the cost function is no more than(2+ϵ)^(2)/(ϵ^(2)ω^(2))⋅κ,whereκis a value that we suppose for the optimal solution andαis the approximation ratio of an algorithm for unconstrained maximization problem that we can call directly.Next we present a bicriteria streaming algorithm scanning the ground set multi-pass to weak the assumption that we guess the optimal objective value in advance,and maintain the same bicriteria approximation ratio.Finally we modify the multi-pass streaming algorithm to a single-pass one without compromising the performance ratio.Additionally,we also propose some numerical experiments to test our algorithm’s performance comparing with some existing methods. 展开更多
关键词 approximately submodular linear additive streaming model bicriteria algorithm
原文传递
Maximizing Submodular+Supermodular Functions Subject to a Fairness Constraint
12
作者 Zhenning Zhang Kaiqiao Meng +1 位作者 Donglei Du Yang Zhou 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2024年第1期46-55,共10页
We investigate the problem of maximizing the sum of submodular and supermodular functions under a fairness constraint.This sum function is non-submodular in general.For an offline model,we introduce two approximation ... We investigate the problem of maximizing the sum of submodular and supermodular functions under a fairness constraint.This sum function is non-submodular in general.For an offline model,we introduce two approximation algorithms:A greedy algorithm and a threshold greedy algorithm.For a streaming model,we propose a one-pass streaming algorithm.We also analyze the approximation ratios of these algorithms,which all depend on the total curvature of the supermodular function.The total curvature is computable in polynomial time and widely utilized in the literature. 展开更多
关键词 submodular function supermodular function fairness constraint greedy algorithm threshold greedy algorithm streaming algorithm
原文传递
Two-Stage Submodular Maximization Under Knapsack Problem
13
作者 Zhicheng Liu Jing Jin +1 位作者 Donglei Du Xiaoyan Zhang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2024年第6期1703-1708,共6页
Two-stage submodular maximization problem under cardinality constraint has been widely studied in machine learning and combinatorial optimization.In this paper,we consider knapsack constraint.In this problem,we give n... Two-stage submodular maximization problem under cardinality constraint has been widely studied in machine learning and combinatorial optimization.In this paper,we consider knapsack constraint.In this problem,we give n articles and m categories,and the goal is to select a subset of articles that can maximize the function F(S).Function F(S)consists of m monotone submodular functions fj,j=1,2,…,m,and each fj measures the similarity of each article in category j.We present a constant-approximation algorithm for this problem. 展开更多
关键词 submodular function knapsack constraint MATROID
原文传递
Simultaneous Approximation of Multi-criteria Submodular Function Maximization
14
作者 Dong-Lei Du Yu Li +1 位作者 Nai-Hua Xiu Da-Chuan Xu 《Journal of the Operations Research Society of China》 EI 2014年第3期271-290,共20页
Recently intensive interest has been raised on approximation of the NPhard submodular maximization problem due to their theoretical and practical significance.In this work,we extend this line of research by focusing o... Recently intensive interest has been raised on approximation of the NPhard submodular maximization problem due to their theoretical and practical significance.In this work,we extend this line of research by focusing on the simultaneous approximation of multiple submodular function maximization.We address the existence and nonexistence results for both deterministic and randomized approximation when the submodular functions are symmetric and asymmetric,respectively,along with algorithmic corollaries.We offer complete characterization of the symmetric case and partial results on the asymmetric case. 展开更多
关键词 MULTI-CRITERIA submodular function maximization Approximation algorithm EXISTENCE
原文传递
An Approximation Algorithm for the Generalized Prize-Collecting Steiner Forest Problem with Submodular Penalties
15
作者 Xiao-Dan Jia Bo Hou Wen Liu 《Journal of the Operations Research Society of China》 EI CSCD 2022年第1期183-192,共10页
In this paper,we consider the generalized prize-collecting Steiner forest problem with submodular penalties(GPCSF-SP problem).In this problem,we are given an undirected connected graph G=(V,E)and a collection of disjo... In this paper,we consider the generalized prize-collecting Steiner forest problem with submodular penalties(GPCSF-SP problem).In this problem,we are given an undirected connected graph G=(V,E)and a collection of disjoint vertex subsets V={V_(1),V_(2),…,V_(l)}.Assume c:E→R_(+)is an edge cost function andπ:2^(V)→R_(+)is a submodular penalty function.The objective of the GPCSF-SP problem is to find an edge subset F such that the total cost including the edge cost in F and the penalty cost of the subcollection S containing these Vi not connected by F is minimized.By using the primal-dual technique,we give a 3-approximation algorithm for this problem. 展开更多
关键词 Generalized prize-collecting Steiner forest problem submodular function Primal-dual algorithm
原文传递
Performance bounds for Nash equilibria in submodular utility systems with user groups
16
作者 Yajing Liu Edwin K.P.Chong Ali Pezeshki 《Journal of Control and Decision》 EI 2018年第1期1-18,共18页
It is shown that for a valid non-cooperative utility system,if the social utility function is submodular,then any Nash equilibrium achieves at least 1/2 of the optimal social utility,subject to a function-dependent ad... It is shown that for a valid non-cooperative utility system,if the social utility function is submodular,then any Nash equilibrium achieves at least 1/2 of the optimal social utility,subject to a function-dependent additive term.Moreover,if the social utility function is nondecreasing and submodular,then any Nash equilibrium achieves at least 1/(1+c)of the optimal social utility,where c is the curvature of the social utility function.In this paper,we consider variations of the utility system considered by Vetta,in which users are grouped together.Our aim is to establish how grouping and cooperation among users affect performance bounds.We consider two types of grouping.The first type is from a previous paper,where each user belongs to a group of users having social ties with it.For this type of utility system,each user’s strategy maximises its social group utility function,giving rise to the notion of social-aware Nash equilibrium.We prove that this social utility system yields to the bounding results of Vetta for non-cooperative system,thus establishing provable performance guarantees for the social-aware Nash equilibria.For the second type of grouping we consider,the set of users is partitioned into l disjoint groups,where the users within a group cooperate to maximise their group utility function,giving rise to the notion of group Nash equilibrium.In this case,each group can be viewed as a new user with vector-valued actions,and a 1/2 bound for the performance of group Nash equilibria follows from the result of Vetta.But as we show tighter bounds involving curvature can be established.By defining the group curvature cki associated with group i with ki users,we show that if the social utility function is nondecreasing and submodular,then any group Nash equilibrium achieves at least 1/(1+max1≤i≤l cki)of the optimal social utility,which is tighter than that for the case without grouping.As a special case,if each user has the same action space,then we have that any group Nash equilibrium achieves at least 1/(1+ck∗)of the optimal social utility,where k∗is the least number of users among the l groups.Finally,we present an example of a utility system for database-assisted spectrum access to illustrate our results. 展开更多
关键词 Group Nash equilibrium social-aware Nash equilibrium submodularITY utility system
原文传递
边缘计算:次模与涌现
17
作者 苏为斌 《自动化博览》 2026年第1期90-94,共5页
边缘计算的组合协同调度具有次模性质,呈现“雪中送碳”好于“锦上添花”的资源分配规律。相较之下,传统方法易造成计算资源组合效率低下且涌现性质难以表征问题。因此,本文通过理论研究,构建融合算力、带宽、延迟多元拟阵约束的次模优... 边缘计算的组合协同调度具有次模性质,呈现“雪中送碳”好于“锦上添花”的资源分配规律。相较之下,传统方法易造成计算资源组合效率低下且涌现性质难以表征问题。因此,本文通过理论研究,构建融合算力、带宽、延迟多元拟阵约束的次模优化调度模型,设计“多元拟阵交集验证+贪心选择”混合算法。通过初步仿真,证明次模优化在边缘组合任务完成率、延迟控制上具有优势。 展开更多
关键词 边缘计算 次模优化 拟阵约束 算力调度
在线阅读 下载PDF
基于亚模函数的可见光通信MIMO-OFDM系统天线选择算法 被引量:1
18
作者 贾科军 贺耀民 +3 位作者 张芳芳 蔺莹 薛建彬 郝莉 《电讯技术》 北大核心 2025年第3期445-453,共9页
在可见光通信多输入多输出系统中,针对天线选择理论建模不足和穷举算法复杂度过高的问题,提出了基于亚模函数的天线选择方案。首先,以下行链路的信道容量最大化为目标,建立了基于亚模函数的天线选择理论优化模型,并证明了目标函数满足... 在可见光通信多输入多输出系统中,针对天线选择理论建模不足和穷举算法复杂度过高的问题,提出了基于亚模函数的天线选择方案。首先,以下行链路的信道容量最大化为目标,建立了基于亚模函数的天线选择理论优化模型,并证明了目标函数满足的单调亚模性。其次,根据亚模函数的收益递减效应,设计了基于容量最大化的天线选择算法。最后,仿真分析了非对称限幅光正交频分复用(Asymmetrically Clipped Optical Orthogonal Frequency Division Multiplexing,ACO-OFDM)和直流偏置光OFDM(DC-biased Optical OFDM,DCO-OFDM)系统的信道容量和误码率性能。在6选4的情况下,当信噪比为30 dB时,所提算法与穷举最优算法的信道容量差异仅为0.51 b/s/Hz和1.2 b/s/Hz,复杂度则降低了约46.3%。另外,随着选择天线数的增多和调制阶数的增大,系统的误码率性能逐渐变差。 展开更多
关键词 可见光通信(VLC) 多输入多输出(MIMO) 天线选择 亚模函数 收益递减效应
在线阅读 下载PDF
Wireless Charger Capture for ElectroMagnetic Radiation Attack
19
作者 Xue Gang Xu Jia +3 位作者 Jin Yong Wu Sixu Xu Lijie Luo Jian 《China Communications》 2025年第11期192-207,共16页
Wireless Power Transmission(WPT)has been widely used to replenish energy for various rechargeable devices.The ElectroMagnetic Radiation(EMR)of WPT has attracted great attention of safety concerns.It is possible for th... Wireless Power Transmission(WPT)has been widely used to replenish energy for various rechargeable devices.The ElectroMagnetic Radiation(EMR)of WPT has attracted great attention of safety concerns.It is possible for the malicious attacker to launch the EMR attack by capturing multiple wireless chargers.Little work has studied the EMR attack itself.In this paper,we propose a realistic EMR hazard model,which outputs the diminishing marginal hazard with EMR,with adjustable parameters to the target entities.We formulate three EMR attack models,termed Cumulative EMR Attack(CEA),Overall EMR Attack(OEA)and Unsafety EMR Attack(UEA),and propose the performance guaranteed algorithm of EMR attack for each model.We conduct extensive simulations and field experiments on a testbed.The results show that the proposed algorithms can output the near-optimal solution with much less running time than the optimal algorithms.The results of field experiments in a small testbed show that the utilities of CEAA and OEAA are increased by 70.5%and 12.9%than the comparison algorithms,respectively.Moreover,the number of captured chargers of UEAA is 5.9%less than the comparison algorithms.Our simulations also show the designed algorithms can perform better in a large-scale charging network. 展开更多
关键词 electromagnetic radiation submodular function wireless charger capture wireless power transmission
在线阅读 下载PDF
用户需求驱动的5G基站选址方法 被引量:1
20
作者 黄文辉 王笳辉 +1 位作者 周丽萍 岳昆 《计算机研究与发展》 北大核心 2025年第3期672-681,共10页
随着5G网络的不断发展和相关应用的快速普及,用户设备数量及潜在需求急剧增加.然而,5G信号的高频特性导致其传播损耗较大,为实现5G网络对用户设备更好的覆盖,需要以低成本、高效率为目标对已建5G基站站址进行优化或指导新建基站选址.现... 随着5G网络的不断发展和相关应用的快速普及,用户设备数量及潜在需求急剧增加.然而,5G信号的高频特性导致其传播损耗较大,为实现5G网络对用户设备更好的覆盖,需要以低成本、高效率为目标对已建5G基站站址进行优化或指导新建基站选址.现有选址方法大多采用启发式算法进行站址优化,当候选5G基站站址数量增加时,算法的收敛时间会呈指数级上升,为站址优化带来了诸多挑战.因此,从用户的通信需求出发,提出了一种用户需求驱动的5G基站选址方法.利用规划区域网格化方法来降低基站所覆盖用户需求点的计算时间复杂度,提出基站间分离度的概念并使用基站所覆盖的需求点数对其进行度量,进而给出满足子模性的目标函数,利用贪心算法得到基站最优选址方案.实验结果表明,用户需求驱动的选址方法在各项评价指标上均优于其他对比算法,在相同的基站规划区域内,能用最少的基站数量达到最大覆盖率. 展开更多
关键词 5G基站站址 站址选择 用户需求 分离度 子模性 贪心算法
在线阅读 下载PDF
上一页 1 2 6 下一页 到第
使用帮助 返回顶部