I've just started using pyswarms and am stuck on defining a discrete design space when using the pyswarms.discrete.binary module.
I have got it running when using the ps.single.GlobalBestPSO module but I want to have points from 0 to 90 at 0.5 increments for my candidate solutions for each of my design variables (2 dimensional).
Description
Hi all,
I've just started using pyswarms and am stuck on defining a discrete design space when using the pyswarms.discrete.binary module.
I have got it running when using the ps.single.GlobalBestPSO module but I want to have points from 0 to 90 at 0.5 increments for my candidate solutions for each of my design variables (2 dimensional).
Any help would be much appreciated.
Cheers, Aidan