Bayer sorter#
Visit the invrs-gym docs for the bayer sorter challenge.
The bayer sorter challenge is based on the “Pixel-level Bayer-type colour router based on metasurfaces” by Zou et al., and entails the design of a metasurface that sorts incident light in a wavelength-dependent way and takes the place of a traditional color filter.
The bayer sorter eval metric is defined as follows:
The eval metric for the bayer sorter is the minimum of the red, green, and
blue efficiencies, where the efficiency fo a given color is the average
efficiency with which wavelengths associated with the color are coupled into
the appropriate subpixel(s).
plot_challenge_metrics("bayer_sorter")