AlexisNav 0 Report post Posted July 28 Hi everyone. I'm running an optimization using Sobol and nsga, my first question is: its possible that the first generation of nsga be the pool of results of sobol? my other question is: how can configure the design engine just to create models that no violate the constraints thank you, regards Share this post Link to post Share on other sites
Mr. Heinrich von Zadow 9 Report post Posted July 29 Hi Alexis, Sobol+NSGA2: no, unfortunately you cannot re-use the Sobol as first generation of the NSGA2. Constraints: Yes and no... If constraints are such that you can evaluate them before running the external computation (e.g. hard points limiting geometric freedom, geometric properties like cross sectional area, volume, etc.) you can set them at the software connector: This way, no external computation will be run for infeasible designs. If you specify them at the Design Engine, the external computation will run anyways. Sometimes, a mix of both makes sense... Apart from that, in many cases it is possible to set up a geometric model in such a way that constraints are always fulfilled -- this is mostly a matter of clever parametrization and modeling but you can also make use of nested optimizations (e.g. to adjust a free variable automatically in order to fulfill a constraint). Cheers, Heinrich Share this post Link to post Share on other sites
AlexisNav 0 Report post Posted July 30 Thank you Heinrich. And my last question is about this ''result pool window'', i did not find documentation about. Still i understand that is for select ''reference designs'' for the new optimization, or not?? im a little confused Cheers Share this post Link to post Share on other sites
Mr. Heinrich von Zadow 9 Report post Posted July 30 Hi Alexis, if you choose to use existing result pools, designs that have been simulated before will not be simulated again. Instead, the old results will be linked. Cheers, Heinrich Share this post Link to post Share on other sites