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
This commit is contained in:
committed by
Vadim Pisarevsky
parent
6df8ac0342
commit
7ad308ea47
@@ -459,6 +459,17 @@
|
||||
number = {3},
|
||||
publisher = {Elsevier}
|
||||
}
|
||||
@ARTICLE{Kirkpatrick83,
|
||||
author = {Kirkpatrick, S. and Gelatt, C. D. Jr and Vecchi, M. P. },
|
||||
title = {Optimization by Simulated Annealing},
|
||||
year = {1983},
|
||||
pages = {671--680},
|
||||
journal = {Science},
|
||||
volume = {220},
|
||||
number = {4598},
|
||||
publisher = {American Association for the Advancement of Science}
|
||||
}
|
||||
|
||||
@INPROCEEDINGS{Kolmogorov03,
|
||||
author = {Kim, Junhwan and Kolmogorov, Vladimir and Zabih, Ramin},
|
||||
title = {Visual correspondence using energy minimization and mutual information},
|
||||
|
||||
Reference in New Issue
Block a user