Changes between Version 3 and Version 4 of Clustering
- Timestamp:
- May 31, 2013, 12:03:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clustering
v3 v4 6 6 7 7 Before using the clustering functionality of the tool, the source files have to be loaded to the database. The clustering algorithm will cluster all the modules and functions which are in the database. In the clustering options the user can choose the modules and functions that should be ignored during the clustering. 8 {{{#!comment 8 9 9 The clustering module can also provide a decomposition of the modules base on a module clustering. This option takes the library modules and header files in the database, and distributes their functions, records and macros among the clusters. Parts used by more than one cluster stay in their place. 10 }}} 10 11 11 12 12 == Types of clustering == … … 55 55 * '''''Maximum start cluster size:''''' Maximum number of clusters allowed at startup. 56 56 57 {{{#!comment 57 58 58 == Parameters for decomposition == 59 59 … … 105 105 106 106 It shows that while run time is symmetrical, the average fitness of the result is not. The population size affects the result more than the iteration number. Actually, increasing the iteration number (over 30) doesn't really change the result. This does not apply to the population size. 107 }}}