Changeset 568

Show
Ignore:
Timestamp:
05/20/10 18:38:58 (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

    r567 r568  
    197197// Calculating total weight 
    198198        float TotalWeight = 0; 
    199         int Penalty = 10; 
     199        int Penalty = 100; 
    200200 
    201201    for(size_t i = 0; i < radioInfo->numParameters; i++) { 
     
    360360 
    361361        for (size_t i = 0; i < radioInfo->numUtilities; i++) { 
    362                 optList->Uweights[i] = 1; 
     362                optList->Uweights[i] = 10; 
    363363        } 
    364364