Dakota 6.23 #210
jadamstephens
announced in
Announcements
Dakota 6.23
#210
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dakota 6.23 is officially available for download.
Highlight: Compute statistics from imported samples
Version 6.23 includes improved support for computing statistics from imported samples. The import_points method reads samples from a tabular file and computes moments, correlation coefficients, and, optionally, level mappings and Sobol indices.
Enabling / Accessing: The import_samples method is available in all builds of Dakota.
Documentation:
The keyword documentation for the import_points method has further details.
Highlight: Import methods from Python
Dakota can now import and use methods written in Python. Users can implement or wrap their own iterative, black-box algorithms such as optimizers or UQ methods and use them in Dakota studies. Dakota provides the imported method with a wrapped Model instance that it can use to evaluate the function, gradient, and Hessian of responses and perform other operations such as sending results to Dakota’s output stream.
Enabling / Accessing: The external_python method is available in all builds of Dakota.
Documentation:
The keyword documentation for the external_python method has further details.
Improvements by Category
A number of refinements were performed as part of recent large-scale multifidelity deployments.
UQ Methods
Parallelism
Miscellaneous Enhancements and Bugfixes
Compatibility
For complete release notes, visit https://snl-dakota.github.io/docs/6.23.0/users/misc/releasenotes/623.html
What is Dakota?
The Dakota toolkit provides a flexible, extensible interface between analysis codes and iterative systems analysis methods. Dakota contains algorithms for:
These capabilities may be used on their own or as components within advanced strategies such as hybrid optimization, surrogate-based optimization, mixed integer nonlinear programming, or optimization under uncertainty. Learn more at https://dakota.sandia.gov/about-dakota/
All reactions