Loading src/TNL/Solvers/Optimization/GradientDescent.h +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ protected: RealType relaxation = 1.0; VectorType aux; VectorType gradient; }; Loading Loading
src/TNL/Solvers/Optimization/GradientDescent.h +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ protected: RealType relaxation = 1.0; VectorType aux; VectorType gradient; }; Loading