Dakota  Version 6.20
Explore and Predict with Confidence
Namespaces | Functions
dakota_python.cpp File Reference

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::LibraryEnvironmentcreate_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.
 

Detailed Description

Python module wrapping top-level Dakota