Class Summary |
BmSearch |
abstract class for all search methods |
BmSearchStat |
stats for hiting correct bms |
Constant |
searchs in constant range |
LocalBmSearch |
special kind of bm search, searches in local range of old bm |
MuchFasterLearning |
local bm search, depending on distance between last two bms on this data
point |
MuchFasterLearning2 |
simple variation of MuchFasterLearning |
NoBmSearch |
Dummy bm search, not searching at all |
QuickLearning |
search for bm just in a range of the bm in last epoch |
QuickLearning2 |
simple variation of QuickLearnig |
SimpleBmSearch |
brut force bm search |