Artificial Inteligence library in python
        Posted  
        
            by João Portela
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by João Portela
        
        
        
        Published on 2009-11-25T16:19:27Z
        Indexed on 
            2010/05/17
            4:20 UTC
        
        
        Read the original article
        Hit count: 546
        
python
|artificial-intelligence
|genetic-algorithm
|hill-climbing
|simulated-annealing
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.
© Stack Overflow or respective owner