[mlpack-git] master: Add MaxIterationTermination to list of files. (ef5540f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Jul 7 12:04:54 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/9e806819495ee24c60d7b63b1fee1ab74c52f6cc...da092bd34072dae51aeca3df868430f34c4cccb5

>---------------------------------------------------------------

commit ef5540f7634b6cb75dfa437b83aad26e3bc28889
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Jul 7 16:04:10 2015 +0000

    Add MaxIterationTermination to list of files.


>---------------------------------------------------------------

ef5540f7634b6cb75dfa437b83aad26e3bc28889
 src/mlpack/methods/amf/termination_policies/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/amf/termination_policies/CMakeLists.txt b/src/mlpack/methods/amf/termination_policies/CMakeLists.txt
index 3b1e203..e9aca7a 100644
--- a/src/mlpack/methods/amf/termination_policies/CMakeLists.txt
+++ b/src/mlpack/methods/amf/termination_policies/CMakeLists.txt
@@ -6,6 +6,7 @@ set(SOURCES
   validation_rmse_termination.hpp
   incomplete_incremental_termination.hpp
   complete_incremental_termination.hpp
+  max_iteration_termination.hpp
 )
 
 # Add directory name to sources.



More information about the mlpack-git mailing list