-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Docs and Recycle FDTD session
-The docs have been updated for the broadband figure of merit. Please note that there is an API change and old code using lumopt will need to be updated to run. This involves adding some new arguments when defining a ModeMatch object to define the broaband target function. -The FDTD Solutions session is recycled so only one session per optimization is created. This improved performance by avoiding the load time for the application This commit corresponds to the lumopt version packaged inside FDTD Solutions 2019a R4 (8.21.1882)
- Loading branch information
Showing
18 changed files
with
252 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ Materials | |
========= | ||
|
||
.. autoclass:: lumopt.utilities.materials.Material | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
Optimization | ||
============ | ||
|
||
.. autoclass:: lumopt.optimization.Super_Optimization | ||
|
||
.. autoclass:: lumopt.optimization.SuperOptimization | ||
|
||
.. autoclass:: lumopt.optimization.Optimization | ||
:members: run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
Optimizers | ||
========== | ||
|
||
.. autoclass:: lumopt.optimizers.generic_optimizers.FixedStepGradientDescent | ||
|
||
|
||
.. autoclass:: lumopt.optimizers.generic_optimizers.ScipyOptimizers | ||
|
||
.. autoclass:: lumopt.optimizers.generic_optimizers.Adaptive_Gradient_Descent | ||
.. autoclass:: lumopt.optimizers.fixed_step_gradient_descent.FixedStepGradientDescent | ||
|
||
.. autoclass:: lumopt.optimizers.adaptive_gradient_descent.AdaptiveGradientDescent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
User Functions | ||
============== | ||
User Classes and Functions | ||
========================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.