facebookresearch / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
3.9k stars 350 forks source link

Photonics bug fix. #1473

Closed AnMoreau closed 1 year ago

AnMoreau commented 1 year ago

Types of changes

Motivation and Context / Related issue

A bug in the RCWA code used in photonics. Luckily, this should not impact the values of the cost functions used in nevergrad. But for further developments, who knows. It's better to fix this now.

How Has This Been Tested (if it applies)

The numerical results have been compared to a reference code in matlab.

Checklist