• LaurentBerger's avatar
    Simulated Annealing for ANN_MLP training method (#10213) · 7ad308ea
    LaurentBerger authored
    * 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
    7ad308ea
Name
Last commit
Last update
..
ann_mlp.cpp Loading commit data...
boost.cpp Loading commit data...
data.cpp Loading commit data...
em.cpp Loading commit data...
gbt.cpp Loading commit data...
inner_functions.cpp Loading commit data...
kdtree.cpp Loading commit data...
kdtree.hpp Loading commit data...
knearest.cpp Loading commit data...
lr.cpp Loading commit data...
nbayes.cpp Loading commit data...
precomp.hpp Loading commit data...
rtrees.cpp Loading commit data...
svm.cpp Loading commit data...
svmsgd.cpp Loading commit data...
testset.cpp Loading commit data...
tree.cpp Loading commit data...