Skip to content
Snippets Groups Projects
Commit 58bc3159 authored by Kevin Höllring's avatar Kevin Höllring
Browse files

Fix signature of CGstep

parent be2b7ad4
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ class ConjugateGradient : public Optimizer<double, double> { ...@@ -72,7 +72,7 @@ class ConjugateGradient : public Optimizer<double, double> {
Coordinate<double> CGstep(Function<Coordinate<double>, double>& func, Coordinate<double> CGstep(Function<Coordinate<double>, double>& func,
Coordinate<double>& start, Coordinate<double>& start,
double precision) const override; double precision) const;
protected: protected:
Differentiator<double, double>& diff; Differentiator<double, double>& diff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment