What is a good genetic algorithm (GA) or particle swarm optimisation (PSO) framework to use for .NET?
Asked Answered
S

2

6

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).

Swatow answered 19/12, 2009 at 9:16 Comment(0)
Z
2

Well, it depends on how sophisticated and complicated problems you need to solve, but in most cases the problem is such simple, that for example PSO algorithm is quite simple.

Maybe just try to find some good framework for matrix operations and implement it on your own?

But as I said, it all depends on the complexity of your problem. I used the PSO for quite simple problems (finding minimas of very complicated functions etc...) so I never needed any framework.

Zoarah answered 4/1, 2010 at 15:18 Comment(0)
T
1

Will the Microsoft Solver Foundation help?

Related Podcast:

Turne answered 9/1, 2010 at 15:50 Comment(1)
Your welcome mate. Also check out this podcast hanselminutes.com/default.aspx?showID=209 In this particular show, a guy from the MSF team talks with scott hanselman.Turne

© 2022 - 2024 — McMap. All rights reserved.