[shark] 06/12: documentation bug fixed

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Dec 10 19:48:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository shark.

commit 83829e93ce79c1179f5f4b5b5c8b1ef8d044011a
Author: Tobias Glasmachers <tobias.glasmachers at ini.rub.de>
Date:   Thu Nov 26 10:50:42 2015 +0100

    documentation bug fixed
---
 src/Algorithms/GradientDescent/TrustRegionNewton.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Algorithms/GradientDescent/TrustRegionNewton.cpp b/src/Algorithms/GradientDescent/TrustRegionNewton.cpp
index 39ad886..9b1743e 100644
--- a/src/Algorithms/GradientDescent/TrustRegionNewton.cpp
+++ b/src/Algorithms/GradientDescent/TrustRegionNewton.cpp
@@ -71,7 +71,7 @@ namespace{
 	///
 	/// Returns the improvement in function value and the solution as a pair.
 	///
-	/// Algorithm 7.1 in Wright, Nocedal: Numerical Optimization
+	/// Algorithm 7.2 in Wright, Nocedal: Numerical Optimization
 	std::pair<double,RealVector> trustRegionCG(
 		RealMatrix const& hessian,
 		RealVector gradient,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list