SciML / PSOGPU.jl

GPU accelerated Particle Swarm Optimization
MIT License
13 stars 1 forks source link

Change name before registration? #29

Open Vaibhavdixit02 opened 9 months ago

Vaibhavdixit02 commented 9 months ago

Maybe it's okay but if we can come up with something nicer it would be good

utkarsh530 commented 9 months ago

Yes, for sure! How about ParallelParticleSwarms.jl or ParallelSwarmsOpt.jl? More on the GPU lines: GPUSwarmOptim.jl

ChrisRackauckas commented 5 months ago

I think ParallelParticleSwarms.jl is much better, because we should probably expose user-side parallelism documented with multithreading and distributed as well. GPU is just one application, and its cool but niche.