Show
Ignore:
Timestamp:
05/09/11 19:07:15 (13 years ago)
Author:
sindj
Message:

Pridani soft apriorna, boj s integraly. JS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/robust/main.cpp

    r1361 r1362  
    111111                        if(has_constant) 
    112112                        {                                
    113                                 V0  = 0.0001 * eye(ar_components.size()+2); 
    114                                 //V0(0,0) = 0.1; 
     113                                V0  = 0.01 * eye(ar_components.size()+2); 
     114                                V0(0,0) = 1; 
    115115                                my_arx->set_constant(true);      
    116116                                 
     
    119119                        { 
    120120                                 
    121                                 V0  = 0.0001 * eye(ar_components.size()+1); 
    122                                 //V0(0,0) = 0.1; 
     121                                V0  = 0.01 * eye(ar_components.size()+1); 
     122                                V0(0,0) = 1; 
    123123                                my_arx->set_constant(false);                             
    124124