Skip to content

Commit b544424

Browse files
Update public/doc/modules/ROOT/pages/algorithms/influence-maximization/celf.adoc
Co-authored-by: Lasse Westh-Nielsen <[email protected]>
1 parent 2b83591 commit b544424

File tree

1 file changed

+1
-1
lines changed
  • doc/modules/ROOT/pages/algorithms/influence-maximization

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/algorithms/influence-maximization/celf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The expected spread gain of a node `u` not in `S` is estimated by running `mc` d
3030

3131
The CELF algorithm extends on Greedy by introducing a _lazy forwarding_ mechanism, which
3232
prunes a lot of nodes from being examined, thereby massively reducing the number of conducted simulations.
33-
This makes CELF massively faster than Greedy on large networks.
33+
This makes CELF much faster than Greedy on large networks.
3434

3535
[[alpha-algorithms-celf-syntax]]
3636
== Syntax

0 commit comments

Comments
 (0)