From: David R. <dav...@nt...> - 2008-05-20 23:14:10
|
Hi, Now that I have an "OptimisationProblem" defined I'm working to implement the PSO algorithm as a test. Progress is good but looking at the code for PSO I don't see a setParticles method. This differs from the specification in the API docs. If the API docs are wrong then how am I meant to configure this parameter? Also, I see that there are different velocity, parameter and position updating strategies available amongst others. How are these applied to this algorithm? I see a IterationStrategy method but not much else. Regards, David p.s. I don't see the GCPSO algorithm amongst the listed PSO classes. |