Replies: 2 comments 4 replies
-
Yes, there is a Python wrapper for DAKOTA called
You can find more information and the source code for |
Beta Was this translation helpful? Give feedback.
-
The Dakota team provides a Python binding, but it's pretty basic and doesn't have all the features you want. For one thing, it still requires a Dakota input file. You can see a test that exercises some of its features here. We are trying this (fiscal) year to do some refactoring that will hopefully enable more capable Python bindings, but it's not a small or simple task. Edit: I forgot to mention that you'll need to build Dakota from source to create the binding. The CMake flag is |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if this question has been asked before, but I couldn't find anything in the history of the discussions.
I would like to use Dakota completely from within Python. Are there any internal/external (maintained) Python wrappers that would make this possible.
I'm talking about a wrapper that would allow:
Something that could already partially do any of these would be good.
I'm mostly asking because I might create something myself that can do this, but I don't want to duplicate existing work.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions