-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
32 lines (24 loc) · 953 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
mcMST 1.1.1
===========
* fixed some warnings related to r-devel
* fixed issue in getRandomSpanningTree
mcMST 1.1.0
===========
* added genRandomSpanningTree(s)
* graph generation moved to dedicated package grapherator
* mcMST EMOA algorithms now work on graphs with >= 3 weights per edge
* mcMST EMOA algorithms work on non-complete graphs
* added option scalarize to subGraph mutation
* added similarity metrics between trees: getNumberOfCommonEdges, getSizeOfLargestCommonSubtree
* added function getCommonSubtrees to get edgelists of all common subtrees of two trees
* added transformation function charVecToEdgelist
* added function computeSimilarityMatrix
* added getNumberOfSpanningTrees (based on Kirchhoff's tree theorem)
* added visual methods to analyse solution sets: plotEdges, plotEdgeFrequency
mcMST 1.0.1
===========
* improved documentation
* plotGraph replaced by S3 method plot
mcMST 1.0.0
===========
* first release to CRAN