README 859 B

1234567891011121314151617
  1. The Dakota toolkit provides a flexible, extensible interface between
  2. analysis codes and iteration methods. Dakota contains algorithms for
  3. optimization with gradient and nongradient-based methods; uncertainty
  4. quantification with sampling, reliability, stochastic expansion,
  5. and epistemic methods; parameter estimation with nonlinear least
  6. squares methods; and sensitivity/variance analysis with design of
  7. experiments and parameter study capabilities. These capabilities may
  8. be used on their own or as components within advanced strategies such
  9. as surrogate-based optimization, mixed integer nonlinear programming,
  10. or optimization under uncertainty.
  11. Optional dependency: openmpi (for distributed memory parallel
  12. capabilities)
  13. You can build with multiple jobs by setting the MAKEFLAGS environment
  14. variable (e.g. export MAKEFLAGS="-j$(nproc)" at bash prompt).