Jump to content
djusng

CAESES Batch Mode: Guidance Needed for DOE and Optimization Setup

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...