What is a good genetic algorithm (GA) or particle swarm optimisation (PSO) framework to use for .NET
        Posted  
        
            by Luke Machowski
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Luke Machowski
        
        
        
        Published on 2009-12-19T09:16:28Z
        Indexed on 
            2010/05/17
            3:30 UTC
        
        
        Read the original article
        Hit count: 510
        
I would like to know what is a good, stable, framework that you guys suggest for implementing evolutionary optimisation techniques like PSO or GA?
I have written my own ones and I like them, I would be interested in comparing or adding to existing stable ones (or just using them if they are solid and extensible).
© Stack Overflow or respective owner