Logo ROOT   6.07/09
Reference Guide
TestMinimization.cxx
Go to the documentation of this file.
1 // @(#)root/tmva $Id$
2 // Author: Simon Pfreundschuh
3 
4 /*************************************************************************
5  * Copyright (C) 2016, Simon Pfreundschuh
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 ////////////////////////////////////////////////////////////
13 // Test the Neural Network training using the reference //
14 // implementation. //
15 // //
16 // Calls the generic testMinimization function defined in //
17 // TestMinimization.cpp for the reference architecture. //
18 ////////////////////////////////////////////////////////////
19 
20 #include <iostream>
22 #include "TestMinimization.h"
23 
24 using namespace TMVA::DNN;
25 
26 int main()
27 {
28  testMinimization<TReference<double>>();
29 }
Definition: Blas.h:58
int main()