Changeset 567

Show
Ignore:
Timestamp:
05/20/10 18:20:34 (14 years ago)
Author:
nikhil
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/nikhil/crossmodel2/src/cognitive_engines/CBR_CE/CBR_CE.cpp

    r563 r567  
    276276                if (abs(optList->Status[lp][ul]) > 2) { 
    277277                    optList->Trend[lp][ul] = signof(optList->Status[lp][ul]); 
    278                         std::cout << "TREND GETTING UPDATED" << std::endl; 
    279278                } 
    280279            } 
     
    354353 
    355354        for (int x = 0; x < radioInfo->numParameters; x++) { 
    356                 std::cout << x << std::endl; 
    357355                optList->Pweights[x] = 1/(pList[x].step); 
    358356                optList->Slope[x] = 1;