Replies: 1 comment 4 replies
-
Typically you'd want to perform a "worst-cast" or minimax optimization. The optimizer considers the ideal and perturbed geometries equally and systematically maximizes performance across all of them uniformly. We have a minimax tutorial that optimizes over multiple wavelengths. You can easily extend that to optimize over multiple design fields/FOMs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
first of all thanks a lot for all the work and effort put in Meep!
I am trying to replicate some of the work found in Hammond's presentations designing a robust splitter. I would like to use the adjoint sover to find a design which is tolerant to fabrication variability within a certain range.
I understand how to define multiple figure of merits and let the solver optimize a single design, but what would be the right approach to make it consider mutliple designs, i.e. nominal + underetched + overetched, at once? Is there any resource in the various tutorials abour this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions