Changeset 2122
- Timestamp:
- 09/08/09 12:03:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@dakota_method/dakota_method.m
r2121 r2122 424 424 dm.params.population_size=50; 425 425 dm.params.print_each_pop=false; 426 dm.params.output='normal'; 426 % according to documentation, uses method-independent control 427 % dm.params.output='normal'; 427 428 dm.params.initialization_type='unique_random'; 428 429 dm.params.mutation_type='replace_uniform'; … … 551 552 dm.responses={'rf'}; 552 553 dm.ghspec ={}; 554 % not documented, but apparently works 555 dm.params.output=false; 553 556 dm.params.seed=false; 554 557 dm.params.fixed_seed=false; … … 564 567 dm.responses={'rf'}; 565 568 dm.ghspec ={'grad'}; 569 % not documented, but may work 570 dm.params.output=false; 566 571 dm.params.max_iterations=false; 567 572 dm.params.convergence_tolerance=false; … … 579 584 dm.responses={'rf'}; 580 585 dm.ghspec ={'grad'}; 586 % not documented, but may work 587 dm.params.output=false; 581 588 dm.params.x_gaussian_process=false; 582 589 dm.params.u_gaussian_process=false; … … 589 596 dm.responses={'rf'}; 590 597 dm.ghspec ={'grad'}; 598 % not documented, but may work 599 dm.params.output=false; 591 600 dm.params.expansion_order=[]; 592 601 dm.params.expansion_terms=[]; … … 610 619 dm.responses={'rf'}; 611 620 dm.ghspec ={'grad'}; 621 % not documented, but may work 622 dm.params.output=false; 612 623 dm.params.quadrature_order=[]; 613 624 dm.params.sparse_grid_level=[]; … … 623 634 dm.responses={'rf'}; 624 635 dm.ghspec ={'grad'}; 636 % not documented, but may work 637 dm.params.output=false; 625 638 dm.params.seed=false; 626 639 dm.params.samples=10000;
Note:
See TracChangeset
for help on using the changeset viewer.