Commit 493fd13a rédigé par Yagnesh's avatar Yagnesh Commit de Tarun Kumar Vangani
Parcourir les fichiers

Fixed genetic_algorithm() population iterator (#296)

Seems like a typo, results in error:
TypeError: 'int' object is not iterable.

Fixing it:
for i in len(population) -> for i in range(len(population))
parent fc287e27
Prend en charge le Markdown
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message !
Veuillez vous inscrire ou vous pour commenter