[mlpack-svn] r15921 - mlpack/trunk/src/mlpack/methods/mvu

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Oct 4 00:33:03 EDT 2013


Author: rcurtin
Date: Fri Oct  4 00:33:03 2013
New Revision: 15921

Log:
Add a note that this does not work.


Modified:
   mlpack/trunk/src/mlpack/methods/mvu/mvu.cpp
   mlpack/trunk/src/mlpack/methods/mvu/mvu.hpp
   mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp

Modified: mlpack/trunk/src/mlpack/methods/mvu/mvu.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/mvu/mvu.cpp	(original)
+++ mlpack/trunk/src/mlpack/methods/mvu/mvu.cpp	Fri Oct  4 00:33:03 2013
@@ -3,6 +3,8 @@
  * @author Ryan Curtin
  *
  * Implementation of the MVU class and its auxiliary objective function class.
+ *
+ * Note: this implementation of MVU does not work.  See #189.
  */
 #include "mvu.hpp"
 

Modified: mlpack/trunk/src/mlpack/methods/mvu/mvu.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/mvu/mvu.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/mvu/mvu.hpp	Fri Oct  4 00:33:03 2013
@@ -6,6 +6,8 @@
  * class as well as a class representing the objective function (a semidefinite
  * program) which MVU seeks to minimize.  Minimization is performed by the
  * Augmented Lagrangian optimizer (which in turn uses the L-BFGS optimizer).
+ *
+ * Note: this implementation of MVU does not work.  See #189.
  */
 #ifndef __MLPACK_METHODS_MVU_MVU_HPP
 #define __MLPACK_METHODS_MVU_MVU_HPP

Modified: mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp	(original)
+++ mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp	Fri Oct  4 00:33:03 2013
@@ -3,6 +3,8 @@
  * @author Ryan Curtin
  *
  * Executable for MVU.
+ *
+ * Note: this implementation of MVU does not work.  See #189.
  */
 #include <mlpack/core.hpp>
 #include "mvu.hpp"



More information about the mlpack-svn mailing list