Simulated Annealing for ANN_MLP training method (#10213)
authorLaurentBerger <laurent.berger@univ-lemans.fr>
Fri, 15 Dec 2017 10:57:39 +0000 (11:57 +0100)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Fri, 15 Dec 2017 10:57:39 +0000 (13:57 +0300)
commit7ad308ea47db8bb2da499b654ebe04595d13e1fb
tree40be90760325afdd29d3a0eda25b5b4d74ebdb04
parent6df8ac03422784a94f5ccf78e4c68788ef055e7b
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
doc/opencv.bib
modules/ml/include/opencv2/ml.hpp
modules/ml/src/ann_mlp.cpp
modules/ml/test/test_mltests2.cpp
samples/cpp/travelsalesman.cpp [new file with mode: 0644]