Parallel yaw optimization under uncertainty #1002
Replies: 1 comment 2 replies
-
Hi @MiguelMarante , Thanks for your question! We have actually very recently introduced a new parallel option, the To avoid breaking changes, we will not remove the existing Note that the new
Hopefully that makes sense---and sorry to switch this up on you---we hope that you'll find that the new Misha |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am trying to run optimization in parallel under uncertainty. However, I have noticed that the output differs significantly when running in parallel. It appears that the optimization is performed independently for each sampled wind direction.
Below is a simple example using a wind direction standard deviation of 3. When running the optimization in series, the results show the optimal yaw set-points for the mean wind direction, as expected. However, when running in parallel, these set-points are provided for each of the sampled wind directions ([264., 267., 270., 273., 276.]).
I wonder if this is a problem in my implementation or in the coupling done between the Uncertain and Parallel classes in Floris. Is there any workaround for this problem?
Best regards,
Miguel Marante
CODE:
Beta Was this translation helpful? Give feedback.
All reactions