qthequartermasterman / torch_pso

Particle Swarm Optimization implemented using PyTorch Optimizer API
MIT License
16 stars 1 forks source link

Adopt Black code style #13

Closed qthequartermasterman closed 2 years ago

qthequartermasterman commented 2 years ago

https://github.com/psf/black

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

qthequartermasterman commented 2 years ago

Upon further inspection, I've decided that this will not be implemented.