当前位置:网站首页>复杂网络建模(网络鲁棒性)
复杂网络建模(网络鲁棒性)
2022-07-22 04:30:00 【坝坝头伯爵】
渗流理论
渗流理论是随机图理论研究中的一个重要发现是存在出现巨大节点集群的临界概率。即网络具有临界概率pc ,当不超过pc 时,网络由孤立的节点集群组成,但是当超过pc 时,巨大节点集群将扩展到整个网络。
网络的鲁棒性
网络中的某些节点(或节点集)一旦被移除(或攻击 )就会对网络的连通性(鲁棒性)产生雪崩式的影响。
一些经典的方法
- 初始网络的最大度
- 当前网络的最大度
- 当前网络的最大介数
- 网络的k-核
- 集体影响度量
以k-核策略为例
网络通过人们的相遇、思想传播以及传染病在社会中传播等描述了大量的互动,确定网络中最有效的“传播者”是朝着优化利用现有资源核确保更有效传播信息的重要步骤。有些学者发现最有效的传播者是由k壳分解确定的位于网络核心的那些点。
再介绍集聚影响力策略,这是再启发式算法下,网络鲁棒性研究的巅峰之作
以节点i为例,计算公式如下,得到集体影响力度量值。
强化学习与图嵌入
边栏推荐
- Character encoding problem
- [leetcode weekly race -- hash table number pairs] 6164. Maximum sum of digit and equal number pairs
- AT4379 [AGC027E] ABBreviate
- AcWing_11. 背包问题求方案数_dp
- MP query criteria
- C# 上传图片至共享文件夹
- screen命令使用
- 梅科尔工作室——HarmonyOS应用开发培训第三次作业
- stm32使用各种传感器的教程
- Summary of problems in personal use of shell grammar
猜你喜欢
随机推荐
The competition of trillion market value public chain is white hot. Is there still a chance for the new public chain?
Switch and router technology: Standard ACL, extended ACL and named ACL
Kalman filter program of POTU PLC signal processing series
MySQL查询计划key_len如何计算
[leetcode weekly race -- hash table number pairs] 6164. Maximum sum of digit and equal number pairs
Pixels and colors
Summary of problems in personal use of shell grammar
Interview questions about network related concepts
嵌入式IDE原理 OpenOCD介绍 以及stlink如何连接stm32板子
[ARC116F] Deque Game
CF464E The Classic Problem
数据平台数据管理实践
【Leetcode数组--排序+辗转相除法最大公约数】6122.使数组可以被整除的最少删除次数
服务器与本地资料互传的命令行代码
ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
AT5662 [AGC040D] Balance Beam(二分)
AT4379 [AGC027E] ABBreviate
AT4162 [ARC099C] Independence
Leetcode 172. zero after factorial
【Unity】 UI跟随3D物体,世界坐标转UI坐标