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
test_lr.cpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
test_main.cpp
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
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