Show
Ignore:
Timestamp:
11/11/09 15:34:49 (14 years ago)
Author:
trnewman
Message:

Took out some debug and added some stats

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp

    r508 r509  
    727727    } 
    728728 
    729         printf("1: %f\t2: %f\t3: %f\t4: %f\n",utilArray[0],utilArray[1],utilArray[2],utilArray[3]);     
     729    printf("Current Channel Utility Scores\n"); 
     730    printf("1: %f\t2: %f\t3: %f\t4: %f\n",utilArray[0],utilArray[1],utilArray[2],utilArray[3]);     
    730731    // Get sum of all the channel utilities. 
    731732    sumSearchName = utility_name; 
     
    754755    //returnValues[CHANNEL] = rand() % (int)pList[0].max + (int)pList[0].min;  
    755756    returnValues[CHANNEL] = channel; 
    756   
     757 
     758    printf("Cognitive Engine:: ..---===***### Channel %i has been selected ###***===---..\n",channel);  
    757759    /* Package up the new set of parameters in order to add 
    758760       the new entry into the CBR database.  */