MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
OptimizationFunctionsTests.cpp
Go to the documentation of this file.
1 
39 #include <gtest/gtest.h>
40 
41 
42 int main(int argc, char **argv) {
43  testing::InitGoogleTest(&argc, argv);
44  return RUN_ALL_TESTS();
45 }
46 
int main(int argc, char **argv)