s320168/ComputationalIntelligence

Lab 9 Peer Review

Closed this issue · 0 comments

The code is very clean and the results well presented. The idea of tweaking the probability of the best parent is interesting, but it may be that if the best individual is in a local optimum you may have some problems escaping it (maybe it's the reason why your results aren't very high for some problems).

Maybe you could have used it with also an island approach, so that if in one island you are in a local optimum it doesn't propagate. Lastly for the mutation you could have added an adaptive strategy, increasing the number of mutated genes if the individuals aren't getting better after a while.