-
Notifications
You must be signed in to change notification settings - Fork 3
/
Readme.txt
35 lines (31 loc) · 1.82 KB
/
Readme.txt
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
33
34
35
/*==================================================================================================*/
// Please find details of the method from:
//
// Maoguo Gong, Qing Cai, Xiaowei Chen, and Lijia Ma, "Complex Network Clustering by Multiobjective
// Discrete Particle Swarm Optimization Based on Decomposition", IEEE Trans. Evolutionary
// Computation, 2013 (accepted).
/*==================================================================================================*/
// The source codes are free for research work. If you have any problem with the source codes, please
// contact with:
// Maoguo Gong,
// Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education,
// University of Xidian,
// Xi¡¯an, Shaanxi Province 710071, China.
// http://web.xidian.edu.cn/mggong/index.html
// Email: gong@ieee.org or mggong@mail.xidian.edu.cn
// Qing Cai
// Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education,
// University of Xidian,
// Xi¡¯an, Shaanxi Province 710071, China.
// Email: 2008_jammy@163.com
/*==================================================================================================*/
// Programmer:
// Qing Cai
// Last Update:
// Nov. 11, 2012
/*==================================================================================================*/
// The package is passed compiling under: MS Visual C++ in Windows XP.
// After running the program, please find the final results in the corresponding document archives.
// All the network topology structures shown in the paper are drawn with the software Pajek.
// Please read MODPSO_main.cpp for details to setup and run the algorithm.
/*==================================================================================================*/