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

Scout option for PSO #8

Open
lrnv opened this issue Nov 16, 2020 · 5 comments
Open

Scout option for PSO #8

lrnv opened this issue Nov 16, 2020 · 5 comments

Comments

@lrnv
Copy link

lrnv commented Nov 16, 2020

Hi,

It will be great if we incorporate a scout option to the PSO algorithm, as proposed by https://link.springer.com/chapter/10.1007/978-3-319-11128-5_21 and https://academic.oup.com/jcde/article/6/2/129/5732336

The scout option helps the algorithm to regenerate particles that are stuck (cannot update their Pbest for some iterations). and hence allows deeper exploration of the space.

This issue is mainly a remainder for me, as I intend to eventually code it myself and prepare a PR ;)

@pkofod
Copy link
Member

pkofod commented Dec 16, 2020

Ah, this is where the issue ended up :) Did you mean for this to be in NLSolvers.jl or Optim.jl ? :) I'm moving it to NLSolvers.jl

@pkofod pkofod transferred this issue from JuliaNLSolvers/NLsolve.jl Dec 16, 2020
@lrnv
Copy link
Author

lrnv commented Dec 16, 2020

I have somewhere the code I wrote with the implementation, as a fork of optim.jl codebase.

I'll publish it tomorrow, probably as a PR into optim.jl, as I did prefer to work with actual output while running the PSO ;)

You are then free to do whatever you want with it :)

@pkofod
Copy link
Member

pkofod commented Dec 17, 2020

as I did prefer to work with actual output while running the PSO ;)

I'm not sure I understand this part.

You are then free to do whatever you want with it :)

Yeah, thanks. I'll read the papers you listed.

@lrnv
Copy link
Author

lrnv commented Dec 18, 2020

The PR is up there : JuliaNLSolvers/Optim.jl#893

@lrnv lrnv closed this as completed Dec 18, 2020
@pkofod pkofod reopened this Dec 18, 2020
@pkofod
Copy link
Member

pkofod commented Dec 18, 2020

Allow me to reopen to track the feature progression :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants