[shark] 38/58: changed alpha to 10 because of numerical nightmare

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 16 10:05:32 UTC 2016


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

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

commit 346604cb6f6645aaa5810d65d99f0e84875606b3
Author: Oswin <oswin.krause at di.ku.dk>
Date:   Tue Feb 9 07:38:45 2016 +0100

    changed alpha to 10 because of numerical nightmare
---
 include/shark/ObjectiveFunctions/Benchmarks/DTLZ4.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/shark/ObjectiveFunctions/Benchmarks/DTLZ4.h b/include/shark/ObjectiveFunctions/Benchmarks/DTLZ4.h
index f3a3c80..f54582a 100644
--- a/include/shark/ObjectiveFunctions/Benchmarks/DTLZ4.h
+++ b/include/shark/ObjectiveFunctions/Benchmarks/DTLZ4.h
@@ -88,8 +88,8 @@ struct DTLZ4 : public MultiObjectiveFunction
 
 		ResultType value( numberOfObjectives() );
 
-		//~ const double alpha = 10.;
-		const double alpha = 100.; //original, but numerically extremely difficult
+		const double alpha = 10.;
+		//~ const double alpha = 100.; //original, but numerically extremely difficult
 		
 		std::size_t k = numberOfVariables() - numberOfObjectives() + 1 ;
 		double g = 0.0;

-- 
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