Create a Design of Experiments (DoE) outside optiSLang, load and run it
Veit Bayer
Member, Employee Posts: 2
✭✭✭
Hi,
I want to create a set of designs (or a DoE) externally and automatically
- load it into an existing optiSLang project (opf)
- run the the project
- extract results.
Can I do this using pyoptiSLang?
Tagged:
0
Best Answer
-
I developed a pyoptiSLang script wherein you can define a list of parameter names, and a list of corresponding values as list of list. The parameters must be compatible with those in a previously prepared optiSLang project file containing a Sensitivity system. The name of the opf, the Sensitivity system and some output file names are defined in the script, too. Scalar and signal results can be written in csv and/or json format.
Feel free to use the attached example under the MIT license.0