I was wondering if there are any python AI libraries similar to aima-python but for a more recent version of python... and how they are in comparison to aima-python.
I was particularly interested in search algorithms such as hill-climbing, simulated annealing, tabu search and genetic algorithms.
edit: made the question more clear.