Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit f21d3dd

Browse files
Add Influence Maximizer - autonomous seed selection for maximum information spread
Interactive tool with Independent Cascade (IC) and Linear Threshold (LT) diffusion models. Features 4 seed selection strategies (Greedy, Degree, PageRank, Betweenness), 8 graph presets (Karate Club, Scale-Free, Small World, etc.), animated spread visualization, and autonomous advisor that analyzes network topology to recommend the optimal strategy with proactive insights. Usage: Open docs/influence-maximizer.html, load a preset, click Find Optimal Seeds or Auto-Advise for autonomous strategy recommendation.
1 parent bda27a3 commit f21d3dd

2 files changed

Lines changed: 629 additions & 0 deletions

File tree

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h2>GraphVisual</h2>
5555
<a href="graph-evolution.html" class="sidebar-link"><span class="icon">🧬</span>Evolution Sim</a>
5656
<a href="symmetry.html" class="sidebar-link"><span class="icon">🔮</span>Symmetry Explorer</a>
5757
<a href="link-predictor.html" class="sidebar-link"><span class="icon">🔮</span>Link Predictor</a>
58+
<a href="influence-maximizer.html" class="sidebar-link"><span class="icon">📢</span>Influence Max</a>
5859
</div>
5960
<div class="sidebar-section">
6061
<div class="sidebar-section-title">Architecture</div>

0 commit comments

Comments
 (0)