Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gs-algo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
graphstream
gs-algo
Graph
953b40a0ff18d9c31d03ab706535d2be5c6e5555
Select Git revision
Branches
3
1.x
algorithm-with-parameters
master
default
Tags
5
1.3
1.2
1.1.2
1.1
1.0
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Jun
20
Apr
7
4
Mar
2
16
Jul
29
Jun
27
19
May
18
6
Mar
8
Jun
7
4
27
May
4
16
Apr
11
28
Mar
12
8
Nov
7
31
Oct
30
28
27
25
21
Sep
26
Jul
25
24
23
13
12
11
2
26
Jun
24
20
19
6
30
May
25
18
13
24
Apr
21
20
19
17
26
Mar
28
Feb
27
21
20
18
15
10
24
Jan
19
13
12
6
28
Dec
24
20
16
15
11
10
9
8
7
6
4
29
Nov
28
25
15
11
10
9
7
26
Oct
12
5
4
3
2
29
Sep
22
Jul
19
14
13
11
10
16
Jun
23
May
18
17
15
14
13
12
7
6
5
4
26
Apr
22
21
20
19
16
14
15
Feb
13
12
18
Jan
13
Dec
1
25
Nov
11
26
Oct
18
11
10
9
8
7
5
4
3
2
1
30
Sep
15
12
7
6
5
2
30
Aug
24
18
23
Jul
16
13
7
Jun
22
Jan
21
30
Dec
28
23
15
14
8
19
Jul
9
May
25
Mar
22
11
7
2
1
28
Feb
20
19
Switch back master branch to 1.x. We will use the 2.x branch for development until an alpha release is ready.
master
master
On the way to 2.0
Maintenance branch for 1.x
1.x
1.x
Minor changes in POM.
1.3
1.3
Compile GraphStream using J2SE7.
Update JUnit version to the latest 4.12, and update Maven plugins version in POM.
Fix errors
Update licence preamble
Added a simple hypercube generator
Merge pull request #9 from beltex/chart-center
Set ChartMeasure location to center of display
Merge pull request #8 from beltex/chain-generator
Add new ChainGenerator class, add .gitignore, formatting fix for README.rst
Add clean methods to delete attributes used by the algorithm
Switch to 1.3-SNAPSHOT
Added changelog from 1.1 to 1.2
Small javadoc modification
1.2
1.2
Fix WelshPowell algorithm
copyValueTo should actually copy values to the attribute given in paramater, not to the centralityAttribute.
Fix Toolkit method computeLayout()
Update POM
Update pom. Fix #78.
Update licence preamble
Minor changes
Minor change
Add Surprise measure
Add new generator based on Game of Life
Fix the centrality adding the forgotten abstract centrality class in the last commit.
Add more option for normalization in centrality measures.
Add Wikipedia generator
Fix Eigenvector centrality
Fix eigenvector centrality
Add Eigenvector centrality + demo
Fix closeness
Add abstract centrality
Add degree centrality measure with demo.
Update Closeness centrality documentation. Add demo.
Add Closeness centrality measure. No doc yet.
Minor fix in tests
1.1.2
1.1.2
Merge branch 'spanningtree'