opencv/modules/ml/test
LaurentBerger 7ad308ea47 Simulated Annealing for ANN_MLP training method (#10213)
* Simulated Annealing for ANN_MLP training method

* EXPECT_LT

* just to test new data

* manage RNG

* Try again

* Just run buildbot with new data

* try to understand

* Test layer

* New data- new test

* Force RNG in backprop

* Use Impl to avoid virtual method

* reset all weights

* try to solve ABI

* retry

* ABI solved?

* till problem with dynamic_cast

* Something is wrong

* Solved?

* disable backprop test

* remove ANN_MLP_ANNEALImpl

* Disable weight in varmap

* Add example for SimulatedAnnealing
2017-12-15 13:57:39 +03:00
..
test_emknearestkmeans.cpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
test_gbttest.cpp initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed 2014-07-29 23:54:23 +04:00
test_lr.cpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
test_main.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 2011-02-09 20:55:11 +00:00
test_mltests2.cpp Simulated Annealing for ANN_MLP training method (#10213) 2017-12-15 13:57:39 +03:00
test_mltests.cpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
test_precomp.hpp Increasing the dimension of features space in the SVMSGD::train function. 2016-02-10 16:59:11 +03:00
test_save_load.cpp Add JSON support. 2016-08-11 00:53:15 +08:00
test_svmsgd.cpp Deleted default value for parameters in docs. 2016-02-25 19:12:54 +03:00
test_svmtrainauto.cpp Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 2015-12-10 18:31:02 +03:00