![]() |
Dakota
Version 6.22
Explore and Predict with Confidence
|
Namespaces | |
| Dakota | |
| The primary namespace for DAKOTA. | |
Functions | |
| void | print_version () |
| std::vector< double > | get_variables_values (const Dakota::LibraryEnvironment &env) |
| py::array_t< double > | get_variables_values_numpy (const Dakota::LibraryEnvironment &env) |
| Real | get_response_fn_val (const Dakota::LibraryEnvironment &env) |
| Dakota::LibraryEnvironment * | create_libEnv (const std::string &input_string) |
| PYBIND11_MODULE (environment, m) | |
| Define a Python module that wraps a few top-level dakota functions Module name is really generic due to overly simple Python packaging scheme we're using. | |
Python module wrapping top-level Dakota