![]() |
Dakota Reference Manual
Version 6.16
Explore and Predict with Confidence
|
Dynamically load a plugin analysis driver
Alias: none
Argument(s): none
Child Keywords:
Required/Optional | Description of Group | Dakota Keyword | Dakota Keyword Description | |
---|---|---|---|---|
Required | library_path | Path to the plugin shared object file |
Dakota 6.16 allows for run-time loading of a C++ or Python plugin analysis driver as a shared object file.
Python plugins support batch evaluations (batch) through a list of dictionaries.
See dakota/src/plugins
and dakota/share/dakota/test/dakota_plugin.in
for C++ and Python demos. These have only been tested on Linux.