8              # No of particles in swarm
0.90           # Omega: velocity damping (initial)
0.40           # Omega: velocity damping (final)
1.95           # c1: driver towards particle's best
2.10           # c2: driver towards global best
0.00001        # ftol: absolute tolerance ... crude
20             # itmax: maximum number of iterations

# The above parameters need *much* refinement.
