djusng 0 Report post Posted August 7, 2024 I want to execute DOE and optimization using CAESES in batch mode. I'm not sure how to write the .fsc file when each optimization uses different DOE results. For example, DOE1 -> OPTI1, DOE2 -> OPTI2. The variables and objectives are the same, and I want to observe the differences in results based on the number of DOEs and methods. Share this post Link to post Share on other sites
Mr. Heinrich von Zadow 9 Report post Posted August 7, 2024 Hi there, the only option you have got in batch mode is, to use all available results or none. If you run a Design Engine i.e. OPTI1 in batch mode, you can specify this with: OPTI1.run(true) vs. OPTI1.run(false) This means, to do what you have in mind, you will need to prepare two separate project files, one containing DOE1 and one containing DOE2 results and run the two cases from there. Cheers, Heinrich Share this post Link to post Share on other sites