![]() |
Stellarator-Tools
|
Contains module gradient_descent. More...
Data Types | |
| type | gradient_descent::gradient_descent_class |
| Base class containing the parameters for the gradient_descent. More... | |
| interface | gradient_descent::gradient_descent_test_class |
| Base class containing the parameters for the gradient_descent. More... | |
Modules | |
| module | gradient_descent |
| Module is part of the LIBSTELL. This modules contains code to define and integrate along an arbitray path. | |
Functions/Subroutines | |
| subroutine | gradient_descent::gradient_descent_destruct (this) |
| Deconstruct a gradient_descent_test_class object. | |
| subroutine | gradient_descent::gradient_descent_chi2 (this, chi2) |
| Compute the χ^2 value and the gradients. | |
| real(rprec) function | gradient_descent::gradient_descent_minimize (this) |
| Gradient descent to minimize the χ^2 function. | |
| class(gradient_descent_test_class) function, pointer | gradient_descent::gradient_descent_test_construct () |
| Construct a gradient_descent_test_class. | |
| subroutine | gradient_descent::gradient_descent_test_chi2 (this, chi2) |
| Compute the χ^2 value and the gradients. | |
| logical function | gradient_descent::gradient_descent_test () |
| Gradient descent unit test function. | |
Contains module gradient_descent.