5 ms·
Going purely off of your boiled down description, this seems like a more advanced version of Genetify (https://github.com/gregdingle/genetify/wiki https://githu
by datadon 15y ago
Going purely off of your boiled down description, this seems like a more advanced version of Genetify (https://github.com/gregdingle/genetify/wiki https://github.com/gregdingle/genetify/wiki).
@noelwelsh - care to comment on now what you're doing at Untyped differs from what Genetify offers?
- StavrosK 15y agoThat looks like it uses genetic algorithms, which is much less optimal and more exploratory than bandit algorithms. What noelwelsh is proposing would lead to better results much more quickly and without random permutations of elements.
- noelwelsh 15y agoI agree :)
- e-dard 15y agoThe difference in performance between using evolutionary approaches and bandit algorithms is complex and problem dependent. There is no "one algorithm is better than the other". I've used both approaches for a different application and neither dominate the other.