Stellarator-Tools
|
Base class containing the parameters for the gradient_descent. More...
Public Member Functions | |
PROCEDURE | chi2 => gradient_descent_chi2 |
PROCEDURE | minimize => gradient_descent_minimize |
FINAL | gradient_descent_destruct |
Public Attributes | |
real(rprec) | step |
Step size to use. | |
real(rprec) | tolarance |
Minimization tolarance. | |
real(rprec), dimension(:), pointer | x_var => null() |
Variables. | |
Base class containing the parameters for the gradient_descent.