aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
7.79k stars 3.65k forks source link

Fix incorrect parameters in np.argmax() for Genetic Algorithm in tsp.py #1297

Open mohsinmahmood12 opened 3 weeks ago

mohsinmahmood12 commented 3 weeks ago

Issue #1256: Replace np.argmax with argmax_random_ties to correctly reference method and avoid TypeError.