Changeset 263


Ignore:
Timestamp:
05/06/09 14:23:23 (16 years ago)
Author:
jschierm
Message:

Include nuv for parameter studies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@dakota_method/dakota_method.m

    r27 r263  
    454454
    455455                            case {'nl2sol'}
    456                                 dm.type     ='lstsq';
     456                                dm.type     ='lsq';
    457457                                dm.variables={'cdv','csv'};
    458458                                dm.lcspec   ={};
     
    474474                                dm.params.regression_diagnostics=false;
    475475                            case {'nlssol_sqp'}
    476                                 dm.type     ='lstsq';
     476                                dm.type     ='lsq';
    477477                                dm.variables={'cdv','csv'};
    478478                                dm.lcspec   ={'lic','lec'};
     
    490490                                dm.params.linesearch_tolerance=0.9;
    491491                            case {'optpp_g_newton'}
    492                                 dm.type     ='lstsq';
     492                                dm.type     ='lsq';
    493493                                dm.variables={'cdv','csv'};
    494494                                dm.lcspec   ={'lic','lec'};
     
    645645                            case {'vector_parameter_study'}
    646646                                dm.type     ='param';
    647                                 dm.variables={'cdv','csv'};
     647                                dm.variables={'cdv','nuv','csv'};
    648648                                dm.lcspec   ={};
    649649                                dm.responses={'rf'};
     
    657657                            case {'list_parameter_study'}
    658658                                dm.type     ='param';
    659                                 dm.variables={'cdv','csv'};
     659                                dm.variables={'cdv','nuv','csv'};
    660660                                dm.lcspec   ={};
    661661                                dm.responses={'rf'};
     
    665665                            case {'centered_parameter_study'}
    666666                                dm.type     ='param';
    667                                 dm.variables={'cdv','csv'};
     667                                dm.variables={'cdv','nuv','csv'};
    668668                                dm.lcspec   ={};
    669669                                dm.responses={'rf'};
     
    674674                            case {'multidim_parameter_study'}
    675675                                dm.type     ='param';
    676                                 dm.variables={'cdv','csv'};
     676                                dm.variables={'cdv','nuv','csv'};
    677677                                dm.lcspec   ={};
    678678                                dm.responses={'rf'};
Note: See TracChangeset for help on using the changeset viewer.