Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSO binary functionality #187

Closed
GregaVrbancic opened this issue Apr 10, 2019 · 3 comments
Closed

PSO binary functionality #187

GregaVrbancic opened this issue Apr 10, 2019 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@GregaVrbancic
Copy link
Contributor

As it was proposed in #179, we could add support for PSO binary functionality.

Here is sample implementation by @FlorianShepherd

PR is welcome!

@GregaVrbancic GregaVrbancic added enhancement New feature or request good first issue Good for newcomers labels Apr 10, 2019
@GregaVrbancic GregaVrbancic added this to the 2.0 milestone Apr 10, 2019
@GregaVrbancic
Copy link
Contributor Author

@all-contributors add @FlorianShepherd to contributors for idea

@allcontributors
Copy link
Contributor

@GregaVrbancic

I've put up a pull request to add @FlorianShepherd! 🎉

@kb2623 kb2623 mentioned this issue Nov 10, 2019
GregaVrbancic added a commit that referenced this issue Nov 12, 2019
# New algorithms
* Center Particle Swarm Optimization
* Comprehensive Learning Particle Swarm Optimizer
* Opposition Velocity Clamping Particle Swarm Optimization
* Mutated Center Particle Swarm Optimization
* Mutated Center Unified Particle Swarm Optimization
* Mutated Particle Swarm Optimization

# Enhancements
* Now should be possible for all algorithms to set the initialization method.

# Changes
* New interface for algorithms (many algorithms needed a rework)
* New test case for algorithms
* Algorithms got changes based on issue #188 

# Solved issues:
* #218 
* #185 if it was not before
* #187 
* #186 
* #188 
* #220
@GregaVrbancic
Copy link
Contributor Author

Resolved in PR #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant