|
|
|
|
|
by moconnor
5023 days ago
|
|
That's not quite my understanding of the paper's results: "As can be seen, the time to reach level one is comparable for the two algorithms, but the GA is much faster at reaching levels 2 and 3. Further, the GA discovers level 3 approximately twice as often as RMHC [randomized hill climbing]" I don't dispute that there are generally better optimization algorithms than GAs, but this paper does present an artificial case in a GA outperforms hill climbing. |
|
In particular they tuned the GA but not he hill climber, so it's not clear that GAs win even on this artificially designed problem.