https://github.com/kit-parco/networkit

sort by:
Revision Author Date Message Commit Date
ffc9fc5 merge with dev branch 21 March 2013, 15:49:06 UTC
f0ea774 target name in SConstruct now NetworKit-CommunityDetection 21 March 2013, 15:48:18 UTC
c1ce6ed merge with dev branch 21 March 2013, 15:47:27 UTC
00a1416 testing Aux::MissingMath 21 March 2013, 13:56:25 UTC
cd317df working on surprise measure 21 March 2013, 13:38:08 UTC
9a04e80 added const qualifiers 21 March 2013, 11:06:48 UTC
1fa8f4d removed SConstruct 20 March 2013, 15:22:27 UTC
6df2774 Readme 20 March 2013, 14:44:42 UTC
eb49133 Readme 20 March 2013, 14:43:46 UTC
384ebab namespace NetworKit, doxygen documentation 20 March 2013, 14:39:45 UTC
d13a180 Readme 20 March 2013, 14:15:56 UTC
98ee3ec removed Readme.html 20 March 2013, 14:13:00 UTC
da10fd4 cleaned up unit tests 20 March 2013, 14:10:56 UTC
65be06e Readme 20 March 2013, 13:51:44 UTC
e5f46d4 cleanup of interface 20 March 2013, 13:45:35 UTC
8a91a8b added SConstruct.EDITME scons template 20 March 2013, 13:16:45 UTC
ee0e952 renamed project 20 March 2013, 13:13:28 UTC
8c31583 MAJOR: refactored modules 20 March 2013, 11:38:16 UTC
d3a958b removed old options --solo and --ensemble. use --algorithm instead 20 March 2013, 11:12:31 UTC
a77e195 moved optionparser to ext folder 20 March 2013, 11:08:40 UTC
c378a49 renamed EnsembleClustering.cpp -> CommunityDetection.cpp 20 March 2013, 10:53:04 UTC
4f166d3 renamed EnsembleClusterer -> EnsembleMultilevel 20 March 2013, 10:44:43 UTC
5ba5765 algorithm names in command line interface now consistent with publication: PLP, PLM, EPP, EML 20 March 2013, 10:36:30 UTC
295c59b removed NOREC option 20 March 2013, 10:27:00 UTC
c943264 merge 20 March 2013, 10:16:40 UTC
e29ef89 authors 20 March 2013, 10:16:17 UTC
4024d16 fixed missing call to overlapper init 14 March 2013, 14:09:15 UTC
0d5565c MERGE 14 March 2013, 13:31:28 UTC
4f260bc missing call to init ensemble clusterer in test added 14 March 2013, 13:31:01 UTC
9cb8ebc updated author tags 14 March 2013, 10:06:56 UTC
caccf6a added License.txt 14 March 2013, 09:34:33 UTC
2367b95 some cleanup (TODOs) 13 March 2013, 15:10:20 UTC
bd0a562 parallel variants of Louvain are now called "simple" and "balanced" 12 March 2013, 14:18:00 UTC
e6dcaa8 Louvain as final clusterer in parallel by default 11 March 2013, 19:59:23 UTC
b28d756 some more cleanup 11 March 2013, 19:48:14 UTC
954760c some cleanup in Louvain 11 March 2013, 19:28:52 UTC
34fcbff apparently best way to parallelize Louvain 11 March 2013, 16:41:45 UTC
c733c2f crashes seem to be fixed (locks and shared(change) were necessary 11 March 2013, 16:20:51 UTC
e6693a6 nothing really works for parallel Louvain 07 March 2013, 16:45:06 UTC
f5d079f locks and barriers 07 March 2013, 12:12:57 UTC
3388305 Merge with eb53fb895f0ac123135b6303a6a825f32a809ff1 06 March 2013, 22:32:04 UTC
6a8ece6 removed LouvainParallel 06 March 2013, 22:18:37 UTC
3715ac7 atomic updates 06 March 2013, 18:44:15 UTC
a1de58d removed critical section from read-only part 06 March 2013, 18:06:47 UTC
42ebdfb MERGE 06 March 2013, 17:56:36 UTC
5d2934b atomic update and critical section for Louvain, albeit slow 06 March 2013, 17:54:48 UTC
1fc7d10 atomic update and critical section for Louvain, albeit slow 06 March 2013, 17:37:58 UTC
e14ae55 automatic thread scaling 06 March 2013, 15:14:14 UTC
8bd6af5 fixed --randOrder input 06 March 2013, 08:59:27 UTC
21377c7 --inactiveSeeds - test LP diversity strategy 05 March 2013, 17:39:19 UTC
32d0d1c removed DEBUG and TRACE from parallel code 05 March 2013, 16:56:46 UTC
9f4b098 resolved minor merge conflict 05 March 2013, 16:08:42 UTC
7c21442 tests still hang, but maybe not on real graphs 05 March 2013, 16:02:04 UTC
809e542 FIXED: crash due to wrong graph when calling projector 05 March 2013, 11:15:59 UTC
10a3b88 Merge with 7e118ea3e8f870084aa01056ed00713365023a6b 05 March 2013, 10:38:23 UTC
8c219f3 cleanup LP 05 March 2013, 09:24:06 UTC
0e24d25 faster Louvain 04 March 2013, 20:22:20 UTC
ac6a0a3 Added tag r008 for changeset acbc011ab29b 01 March 2013, 16:06:39 UTC
ba360dc performance improvements for LabelPropagation by removing debug code 01 March 2013, 16:00:52 UTC
32a8046 --runs=<NUM> option performs multiple clusterer runs 01 March 2013, 10:53:28 UTC
cfe670d Run.py: append number to perform multiple runs of each command 28 February 2013, 13:16:13 UTC
80f7647 Added tag r007 for changeset a1407555eff1 28 February 2013, 12:34:41 UTC
1315ccd Luby can deal with self-loops now 28 February 2013, 12:34:29 UTC
fb81901 Louvain parallelization strategies 28 February 2013, 12:17:26 UTC
7c2cd65 renamed 28 February 2013, 10:43:56 UTC
9016438 --solo and --ensemble are deprecated 27 February 2013, 18:51:05 UTC
c1c5b0f added Graph.balancedParallelForNodes 27 February 2013, 18:13:52 UTC
3466eef DEBUG in Louvain 27 February 2013, 18:05:46 UTC
0620589 LouvainParalel: naive parallel version of Louvain 27 February 2013, 17:22:10 UTC
d6705b8 TEST: Louvain optimization 27 February 2013, 14:23:48 UTC
9c8c705 Louvain TODOs 27 February 2013, 12:55:22 UTC
0050395 Luby tested 27 February 2013, 11:40:46 UTC
061618a Luby's algorithm ready for testing 27 February 2013, 11:29:53 UTC
1065853 implemented Luby's independent set algorithm 27 February 2013, 11:21:28 UTC
7868ba5 refactoring, Louvain.toString 27 February 2013, 08:46:47 UTC
98faf7c fixed string representation 26 February 2013, 23:03:44 UTC
c256fc4 optimization: removed TRACE statements from Louvain 26 February 2013, 23:01:28 UTC
1bea6f7 new interface: --algorithm 26 February 2013, 22:55:18 UTC
4ca83d4 --solo=Louvain works 26 February 2013, 21:57:05 UTC
6680227 MAJOR: EnsemblePreprocessing works 26 February 2013, 21:24:20 UTC
a6e8d99 --dissimilarity shows base clustering dissimilarity 26 February 2013, 15:42:44 UTC
283d872 --progress prints progress bar, replaces --silent 26 February 2013, 15:13:27 UTC
5b18aae Added tag r006 for changeset 96102bfc272a 26 February 2013, 14:55:33 UTC
a80dc41 inspecting EnsembleClusterer with test code 26 February 2013, 14:54:47 UTC
e471feb correct Louvain 26 February 2013, 14:45:55 UTC
e14d1ec Louvain doc 26 February 2013, 13:41:55 UTC
5287546 Louvain running 26 February 2013, 13:36:45 UTC
1576bf6 NumericTools - test double equality 26 February 2013, 09:24:57 UTC
0a63424 started Louvain 25 February 2013, 19:09:05 UTC
d96e67d started Louvain 25 February 2013, 18:46:47 UTC
e2cbc67 set scaleStrength at command line 21 February 2013, 14:38:49 UTC
ba119b3 cluster strengths can be scaled by arg scaleStrength 21 February 2013, 14:27:31 UTC
db63dfd object variable h in EnsembleClusterer not overridden by local variable any more; graph is not copied in main any more 21 February 2013, 13:45:40 UTC
ffd8784 check if best in core group 21 February 2013, 13:05:55 UTC
2a815ad param no_recursion to prevent ensemble from contracting 21 February 2013, 13:00:03 UTC
58adb6e MERGE 21 February 2013, 10:35:57 UTC
6061b18 bug causing wrong cluster projections seems to be fixed or at least avoided 21 February 2013, 10:35:41 UTC
15aa3fc fixed: outdated comment in IndexMap 21 February 2013, 10:04:48 UTC
07f4cb5 Added tag r005 for changeset c2169f32a464 20 February 2013, 20:26:07 UTC
5fb7d2a rev++ 20 February 2013, 20:25:50 UTC
back to top