Hello everybody,
I have run two optimizations for a wind farm of monopile wind turbines setting NSGA2 as solver.
In the first one, I just replaced SLSQP with NSGA2 as solver option in the analysis_options file, and the optimization started without any error (and run much longer than with the default SLSQP optimizer).
In the second one, I set NSGA2 as solver and also values for its PopSize, maxGen, pMut_real, eta_c and eta_m parameters. But, at first, I set the value of maxGen purposely wrong (equal to a string instead of a number) to check whether my setting were really read or not: actually, WISDEM gave me no error and started the optimization…
I tried the same trick with the solver setting tol, and this time WISDEM output an error and did not start the optimization.
So it seems that WISDEM did not read only my settings for the NSGA2 algorithm. Can someone explain me why?
I am using WISDEM 3.10.1 development version.
Thank you for your time and attention