[shark] 22/58: sorry, reverted a shortsighted change done yesterday

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 16 10:05:29 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 e5091d7c0e2f58c918f59a3debb3682370a4f9dd
Author: Tobias Glasmachers <tobias.glasmachers at ini.rub.de>
Date:   Mon Feb 8 12:05:33 2016 +0100

    sorry, reverted a shortsighted change done yesterday
---
 include/shark/Algorithms/DirectSearch/SMS-EMOA.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/shark/Algorithms/DirectSearch/SMS-EMOA.h b/include/shark/Algorithms/DirectSearch/SMS-EMOA.h
index 7f97d74..693f6b9 100644
--- a/include/shark/Algorithms/DirectSearch/SMS-EMOA.h
+++ b/include/shark/Algorithms/DirectSearch/SMS-EMOA.h
@@ -130,8 +130,12 @@ public:
 	 * \brief Initializes the algorithm for the supplied objective function.
 	 * 
 	 * \param [in] function The objective function.
+	 * \param [in] startingPoints A set of intiial search points.
 	 */
-	void init(ObjectiveFunctionType& function) {
+	void init( 
+		ObjectiveFunctionType& function, 
+		std::vector<SearchPointType> const& startingPoints
+	){
 		checkFeatures(function);
 		function.init();
 

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