ljvmiranda921 / pyswarms

A research toolkit for particle swarm optimization in Python
https://pyswarms.readthedocs.io/en/latest/
MIT License
1.28k stars 332 forks source link

Citing Pyswarms in my article #492

Open hakan-gecili opened 2 years ago

hakan-gecili commented 2 years ago

Hi Pyswarm team, I combined your particle swarm optimization implementation with Constraint Programming and called this hybrid method as PSO-CP. I hope my article improves the visibility of this library. Following is the citation of my work:

Gecili, H., Parikh, P.J., Joint shelf design and shelf space allocation problem for retailers, Omega, Volume 111, 2022, 102634, ISSN 0305-0483, https://doi.org/10.1016/j.omega.2022.102634.

Thank you.