-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathLICENSE
22 lines (22 loc) · 1.61 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*************************************************************************
* Copyright Notice: *
* Source code for random number generator (files rand.h & rand.c) has *
* been taken from : sga.c (C) David E. Goldberg 1986. *
* Entire source code (other than mentioned above) present in this *
* directory has been developed (from scratch) at Kanpur Genetic *
* Algorithms Laboratory (KanGAL, IIT Kanpur) and is the property of its *
* authors. (C) Dr. Kalyanmoy Deb 2005. *
* *
* Disclaimer Notice: *
* These codes have been developed for research purpose and are in a *
* process of continous change, and therefore bugs may exist. *
* In any case, developers of the codes do not take any responsibility *
* of any malfunction, although they have been tested on many test *
* problems. These codes have been tested on Mandrake and Gentoo linux *
* (kernel version 2.6.x and gcc version 3.3.x). Any bug or error may *
* kindly be communicated to [email protected]. Commercial use of these *
* codes is strictly prohibited without the knowledge of developers. For *
* academic use, these can be used or modified at will, however an *
* acknowledgement of developers at appropriate places would be highly *
* appreciated. *
*************************************************************************/