-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
39 lines (31 loc) · 1.19 KB
/
Copy pathREADME
File metadata and controls
39 lines (31 loc) · 1.19 KB
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
36
37
38
39
===================================================================================
C++ Implementation of the test suite for the Special Session on Large Scale
Global Optimization for 2010 IEEE World Congress on Computational Intelligence.
===================================================================================
Note:
*****
*If you are to use any part of this code, please cite the following publications:
Tang, K., Li, X., Suganthan, P.N., Yang, Z., Weise, T.: Benchmark functions for the CEC’2010 special session and competition on large scale global optimization. TR, NICAL, USTC, Hefei, Anhui, China (2009) http://nical.ustc.edu.cn/cec10ss.php.
Requirements:
*************
*GNU Make
*GNU G++
Testing Environment:
*********************
*Debian 6.0 (squeeze)
*GNU Make 3.81
*g++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
To compile:
**********
type in 'make' in the root directory of source code
To run:
**********
./demo.out
To clean up:
*********************
make clean
Contact:
********
Wenxiang Chen @ Computer Science Department, Colorado State University
Please feel free to contact me at <chenwx@cs.colostate.edu> for any enquiries or suggestions.
Last Updated: Thu Oct 27 23:43:35 MDT 2011