- Timestamp:
- Jun 2, 2008, 12:55:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/optimizer/src/fitfunc/ff_modules_for_discrete_params.c
r1009 r1010 8 8 #include<time.h> 9 9 10 //I think this structure needs to be included with PGAPACK code. A list of current gene values can be maintained and 11 //before each evaluation the gene values can be updated. 10 12 typedef struct Gene{ 11 13 int geneID; … … 40 42 41 43 /* 42 * Return the absolute value of a gene eter.44 * Return the absolute value of a gene. 43 45 */ 44 46 … … 59 61 60 62 int main(){ 63 return 0; 61 64 }
Note: See TracChangeset
for help on using the changeset viewer.