Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GP system.tar.gz | 2011-12-21 | 5.1 kB | |
Readme.txt | 2011-12-21 | 2.0 kB |
|
Totals: 2 Items | 7.2 kB | 0 |
===================================Installation and Running Instructions========================================= 1.Just download the .tar.gz package and untar it in your preferred directory using the following command: tar -zxvf GP system.tar.gz 2.Then to compile the program use the following command: g++ GP_Definitions.cpp -D TEST_CASES=no.of test cases where no.of test cases are the desired number of test cases. 3.Now run the program using the following command: ./a.out terminal.txt where terminal.txt is the file containing the terminal set in the following format: {1st member,2nd member,....} Note: Give the full path of the file containing the terminal set in case the file is in another folder. ================================================================================================================== ===================================Inside view==================================================================== 1.Currently the GP system only does Symbolic Regression but soon the boolean logic solver version will come up. 2.To change the test cases just scroll over to the variable declaration in the GP_Definitions.cpp at line 22 and as well while compiling update the no .of test cases. 3.If you performed the 2nd step then also update the test_ans array in line 24 corresponding to the answers of the points in test_cases. 4.The GP system also does not support MUTATION. 5.Tournament selection is used for selecting individuals rather than fitness proportionate selection. ================================================================================================================== ==================================For Developers and Enthusiasts================================================== 1.It is a request that any change in the code please be reported by email at:-a.joshi@iitg.ernet.in ================================================================================================================== Hope you enjoy it!!!! :)