Changeset 263
- Timestamp:
- 05/06/09 14:23:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@dakota_method/dakota_method.m
r27 r263 454 454 455 455 case {'nl2sol'} 456 dm.type ='ls tsq';456 dm.type ='lsq'; 457 457 dm.variables={'cdv','csv'}; 458 458 dm.lcspec ={}; … … 474 474 dm.params.regression_diagnostics=false; 475 475 case {'nlssol_sqp'} 476 dm.type ='ls tsq';476 dm.type ='lsq'; 477 477 dm.variables={'cdv','csv'}; 478 478 dm.lcspec ={'lic','lec'}; … … 490 490 dm.params.linesearch_tolerance=0.9; 491 491 case {'optpp_g_newton'} 492 dm.type ='ls tsq';492 dm.type ='lsq'; 493 493 dm.variables={'cdv','csv'}; 494 494 dm.lcspec ={'lic','lec'}; … … 645 645 case {'vector_parameter_study'} 646 646 dm.type ='param'; 647 dm.variables={'cdv',' csv'};647 dm.variables={'cdv','nuv','csv'}; 648 648 dm.lcspec ={}; 649 649 dm.responses={'rf'}; … … 657 657 case {'list_parameter_study'} 658 658 dm.type ='param'; 659 dm.variables={'cdv',' csv'};659 dm.variables={'cdv','nuv','csv'}; 660 660 dm.lcspec ={}; 661 661 dm.responses={'rf'}; … … 665 665 case {'centered_parameter_study'} 666 666 dm.type ='param'; 667 dm.variables={'cdv',' csv'};667 dm.variables={'cdv','nuv','csv'}; 668 668 dm.lcspec ={}; 669 669 dm.responses={'rf'}; … … 674 674 case {'multidim_parameter_study'} 675 675 dm.type ='param'; 676 dm.variables={'cdv',' csv'};676 dm.variables={'cdv','nuv','csv'}; 677 677 dm.lcspec ={}; 678 678 dm.responses={'rf'};
Note:
See TracChangeset
for help on using the changeset viewer.