Stellarator-Tools
gradient_descent::gradient_descent_class Type Reference

Base class containing the parameters for the gradient_descent. More...

Inheritance diagram for gradient_descent::gradient_descent_class:
gradient_descent::gradient_descent_test_class vmec_equilibrium::vmec_descent_class

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.
 

Detailed Description

Base class containing the parameters for the gradient_descent.


The documentation for this type was generated from the following file: