From c8d62e04cf55f11f8eecdc89cd1010cbc615f05e Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 10 Oct 2018 14:26:50 +1000 Subject: [PATCH] rename 'tests' to 'tests_old' --- {tests => tests_old}/CMakeLists.txt | 0 {tests => tests_old}/ada_delta_test.cpp | 0 {tests => tests_old}/ada_grad_test.cpp | 0 {tests => tests_old}/adam_test.cpp | 0 {tests => tests_old}/aug_lagrangian_test.cpp | 0 {tests => tests_old}/bigbatch_sgd_test.cpp | 0 {tests => tests_old}/catch.hpp | 0 {tests => tests_old}/cmaes_test.cpp | 0 {tests => tests_old}/cne_test.cpp | 0 {tests => tests_old}/cv_test.cpp | 0 {tests => tests_old}/function_test.cpp | 0 {tests => tests_old}/gradient_descent_test.cpp | 0 {tests => tests_old}/katyusha_test.cpp | 0 {tests => tests_old}/lbfgs_test.cpp | 0 {tests => tests_old}/line_search_test.cpp | 0 {tests => tests_old}/lrsdp_test.cpp | 0 {tests => tests_old}/main.cpp | 0 {tests => tests_old}/momentum_sgd_test.cpp | 0 {tests => tests_old}/nesterov_momentum_sgd_test.cpp | 0 {tests => tests_old}/parallel_sgd_test.cpp | 0 {tests => tests_old}/proximal_test.cpp | 0 {tests => tests_old}/rmsprop_test.cpp | 0 {tests => tests_old}/sa_test.cpp | 0 {tests => tests_old}/sarah_test.cpp | 0 {tests => tests_old}/scd_test.cpp | 0 {tests => tests_old}/sdp_primal_dual_test.cpp | 0 {tests => tests_old}/sgd_test.cpp | 0 {tests => tests_old}/sgdr_test.cpp | 0 {tests => tests_old}/smorms3_test.cpp | 0 {tests => tests_old}/snapshot_ensembles.cpp | 0 {tests => tests_old}/spalera_sgd_test.cpp | 0 {tests => tests_old}/svrg_test.cpp | 0 {tests => tests_old}/test_tools.hpp | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {tests => tests_old}/CMakeLists.txt (100%) rename {tests => tests_old}/ada_delta_test.cpp (100%) rename {tests => tests_old}/ada_grad_test.cpp (100%) rename {tests => tests_old}/adam_test.cpp (100%) rename {tests => tests_old}/aug_lagrangian_test.cpp (100%) rename {tests => tests_old}/bigbatch_sgd_test.cpp (100%) rename {tests => tests_old}/catch.hpp (100%) rename {tests => tests_old}/cmaes_test.cpp (100%) rename {tests => tests_old}/cne_test.cpp (100%) rename {tests => tests_old}/cv_test.cpp (100%) rename {tests => tests_old}/function_test.cpp (100%) rename {tests => tests_old}/gradient_descent_test.cpp (100%) rename {tests => tests_old}/katyusha_test.cpp (100%) rename {tests => tests_old}/lbfgs_test.cpp (100%) rename {tests => tests_old}/line_search_test.cpp (100%) rename {tests => tests_old}/lrsdp_test.cpp (100%) rename {tests => tests_old}/main.cpp (100%) rename {tests => tests_old}/momentum_sgd_test.cpp (100%) rename {tests => tests_old}/nesterov_momentum_sgd_test.cpp (100%) rename {tests => tests_old}/parallel_sgd_test.cpp (100%) rename {tests => tests_old}/proximal_test.cpp (100%) rename {tests => tests_old}/rmsprop_test.cpp (100%) rename {tests => tests_old}/sa_test.cpp (100%) rename {tests => tests_old}/sarah_test.cpp (100%) rename {tests => tests_old}/scd_test.cpp (100%) rename {tests => tests_old}/sdp_primal_dual_test.cpp (100%) rename {tests => tests_old}/sgd_test.cpp (100%) rename {tests => tests_old}/sgdr_test.cpp (100%) rename {tests => tests_old}/smorms3_test.cpp (100%) rename {tests => tests_old}/snapshot_ensembles.cpp (100%) rename {tests => tests_old}/spalera_sgd_test.cpp (100%) rename {tests => tests_old}/svrg_test.cpp (100%) rename {tests => tests_old}/test_tools.hpp (100%) diff --git a/tests/CMakeLists.txt b/tests_old/CMakeLists.txt similarity index 100% rename from tests/CMakeLists.txt rename to tests_old/CMakeLists.txt diff --git a/tests/ada_delta_test.cpp b/tests_old/ada_delta_test.cpp similarity index 100% rename from tests/ada_delta_test.cpp rename to tests_old/ada_delta_test.cpp diff --git a/tests/ada_grad_test.cpp b/tests_old/ada_grad_test.cpp similarity index 100% rename from tests/ada_grad_test.cpp rename to tests_old/ada_grad_test.cpp diff --git a/tests/adam_test.cpp b/tests_old/adam_test.cpp similarity index 100% rename from tests/adam_test.cpp rename to tests_old/adam_test.cpp diff --git a/tests/aug_lagrangian_test.cpp b/tests_old/aug_lagrangian_test.cpp similarity index 100% rename from tests/aug_lagrangian_test.cpp rename to tests_old/aug_lagrangian_test.cpp diff --git a/tests/bigbatch_sgd_test.cpp b/tests_old/bigbatch_sgd_test.cpp similarity index 100% rename from tests/bigbatch_sgd_test.cpp rename to tests_old/bigbatch_sgd_test.cpp diff --git a/tests/catch.hpp b/tests_old/catch.hpp similarity index 100% rename from tests/catch.hpp rename to tests_old/catch.hpp diff --git a/tests/cmaes_test.cpp b/tests_old/cmaes_test.cpp similarity index 100% rename from tests/cmaes_test.cpp rename to tests_old/cmaes_test.cpp diff --git a/tests/cne_test.cpp b/tests_old/cne_test.cpp similarity index 100% rename from tests/cne_test.cpp rename to tests_old/cne_test.cpp diff --git a/tests/cv_test.cpp b/tests_old/cv_test.cpp similarity index 100% rename from tests/cv_test.cpp rename to tests_old/cv_test.cpp diff --git a/tests/function_test.cpp b/tests_old/function_test.cpp similarity index 100% rename from tests/function_test.cpp rename to tests_old/function_test.cpp diff --git a/tests/gradient_descent_test.cpp b/tests_old/gradient_descent_test.cpp similarity index 100% rename from tests/gradient_descent_test.cpp rename to tests_old/gradient_descent_test.cpp diff --git a/tests/katyusha_test.cpp b/tests_old/katyusha_test.cpp similarity index 100% rename from tests/katyusha_test.cpp rename to tests_old/katyusha_test.cpp diff --git a/tests/lbfgs_test.cpp b/tests_old/lbfgs_test.cpp similarity index 100% rename from tests/lbfgs_test.cpp rename to tests_old/lbfgs_test.cpp diff --git a/tests/line_search_test.cpp b/tests_old/line_search_test.cpp similarity index 100% rename from tests/line_search_test.cpp rename to tests_old/line_search_test.cpp diff --git a/tests/lrsdp_test.cpp b/tests_old/lrsdp_test.cpp similarity index 100% rename from tests/lrsdp_test.cpp rename to tests_old/lrsdp_test.cpp diff --git a/tests/main.cpp b/tests_old/main.cpp similarity index 100% rename from tests/main.cpp rename to tests_old/main.cpp diff --git a/tests/momentum_sgd_test.cpp b/tests_old/momentum_sgd_test.cpp similarity index 100% rename from tests/momentum_sgd_test.cpp rename to tests_old/momentum_sgd_test.cpp diff --git a/tests/nesterov_momentum_sgd_test.cpp b/tests_old/nesterov_momentum_sgd_test.cpp similarity index 100% rename from tests/nesterov_momentum_sgd_test.cpp rename to tests_old/nesterov_momentum_sgd_test.cpp diff --git a/tests/parallel_sgd_test.cpp b/tests_old/parallel_sgd_test.cpp similarity index 100% rename from tests/parallel_sgd_test.cpp rename to tests_old/parallel_sgd_test.cpp diff --git a/tests/proximal_test.cpp b/tests_old/proximal_test.cpp similarity index 100% rename from tests/proximal_test.cpp rename to tests_old/proximal_test.cpp diff --git a/tests/rmsprop_test.cpp b/tests_old/rmsprop_test.cpp similarity index 100% rename from tests/rmsprop_test.cpp rename to tests_old/rmsprop_test.cpp diff --git a/tests/sa_test.cpp b/tests_old/sa_test.cpp similarity index 100% rename from tests/sa_test.cpp rename to tests_old/sa_test.cpp diff --git a/tests/sarah_test.cpp b/tests_old/sarah_test.cpp similarity index 100% rename from tests/sarah_test.cpp rename to tests_old/sarah_test.cpp diff --git a/tests/scd_test.cpp b/tests_old/scd_test.cpp similarity index 100% rename from tests/scd_test.cpp rename to tests_old/scd_test.cpp diff --git a/tests/sdp_primal_dual_test.cpp b/tests_old/sdp_primal_dual_test.cpp similarity index 100% rename from tests/sdp_primal_dual_test.cpp rename to tests_old/sdp_primal_dual_test.cpp diff --git a/tests/sgd_test.cpp b/tests_old/sgd_test.cpp similarity index 100% rename from tests/sgd_test.cpp rename to tests_old/sgd_test.cpp diff --git a/tests/sgdr_test.cpp b/tests_old/sgdr_test.cpp similarity index 100% rename from tests/sgdr_test.cpp rename to tests_old/sgdr_test.cpp diff --git a/tests/smorms3_test.cpp b/tests_old/smorms3_test.cpp similarity index 100% rename from tests/smorms3_test.cpp rename to tests_old/smorms3_test.cpp diff --git a/tests/snapshot_ensembles.cpp b/tests_old/snapshot_ensembles.cpp similarity index 100% rename from tests/snapshot_ensembles.cpp rename to tests_old/snapshot_ensembles.cpp diff --git a/tests/spalera_sgd_test.cpp b/tests_old/spalera_sgd_test.cpp similarity index 100% rename from tests/spalera_sgd_test.cpp rename to tests_old/spalera_sgd_test.cpp diff --git a/tests/svrg_test.cpp b/tests_old/svrg_test.cpp similarity index 100% rename from tests/svrg_test.cpp rename to tests_old/svrg_test.cpp diff --git a/tests/test_tools.hpp b/tests_old/test_tools.hpp similarity index 100% rename from tests/test_tools.hpp rename to tests_old/test_tools.hpp