Changeset 1010 for trunk


Ignore:
Timestamp:
Jun 2, 2008 12:55:07 PM (16 years ago)
Author:
liveletlive
Message:

Comments and a small change made.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/optimizer/src/fitfunc/ff_modules_for_discrete_params.c

    r1009 r1010  
    88#include<time.h>
    99
     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.
    1012typedef struct Gene{
    1113        int geneID;
     
    4042
    4143/*
    42  * Return the absolute value of a geneeter.
     44 * Return the absolute value of a gene.
    4345 */
    4446 
     
    5961
    6062int main(){
     63        return 0;
    6164}
Note: See TracChangeset for help on using the changeset viewer.