Mr. Kim Moo Sung 0 Report post Posted January 15, 2019 hi it`s simple question. but i can`t found previous topic .. for example, I want to run 3 optimization with batch mode. how to i do...? which script i add in fsc file? thanks best regardsMooSungbatch_test.zip Share this post Link to post Share on other sites
Mr. Heinrich von Zadow 9 Report post Posted January 15, 2019 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
Mr. Kim Moo Sung 0 Report post Posted January 16, 2019 Hi Heinrich Thank you for your help. now i can run. thanks best regardsMooSung Share this post Link to post Share on other sites