Ansys Learning Forum › Forums › Discuss Simulation › Photonics › Available hyperparameters in parametrized inverse-design using LumOpt › Reply To: Available hyperparameters in parametrized inverse-design using LumOpt
Hello Leonid,
I think there is a misunderstanding about what exactly lumopt does. Lumopt is an implementation of the adjoint method, from applied mathemetics, to calculate the gradient of higher dimensional metric spaces - Getting Started with lumopt - Python API. With the gradient you can use Scipy - optimize as a wrapper to get optimal results. There are some parameters to this, but not what I think you are refering to. Gradient descent is an important part of machine learning, but not the complete story. You could concieve of using scikit learn instead of scipy for some additional capabilities, and that would be where you would set the hyperparaemeters.
Best,