6 ms·
In programming AI players for various games, I've found that stupid algorithms with excellently-tuned parameters beat smart algorithms with decently-tuned param
by Erf 17y ago
In programming AI players for various games, I've found that stupid algorithms with excellently-tuned parameters beat smart algorithms with decently-tuned parameters.
- roundsquare 17y agoAny examples or intuition about why?
- Tichy 17y agoI don't know, but I could imagine overfitting could have something to do with it. Also simpler models are probably more robust.