Jump to content
Mr. Kim Moo Sung

optimization with batch mode

Recommended Posts

Hi Moo Sung,

 

to start a design engine in batch mode you can use the command yourDesignEngine.run(true)

using .run(true) takes into account the existing result pool (e.g. links the designs already evaluated in different runs) while .run(false) will not take into account any previous runs.

This way you should be able to run your design engines one after the other.

 

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...