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

Proposals for Combinatorial Optimization #110

Open
jmejia8 opened this issue Jun 7, 2024 · 1 comment
Open

Proposals for Combinatorial Optimization #110

jmejia8 opened this issue Jun 7, 2024 · 1 comment

Comments

@jmejia8
Copy link
Owner

jmejia8 commented Jun 7, 2024

See this tutorial for more context:

Tutorial - Metaheuristics.jl - MIC 2024.pdf

@tuncbkose
Copy link

tuncbkose commented Jul 8, 2024

I'd like to add PermutationSpace support for the simulated annealing algorithm, which I think falls under the umbrella of this issue. As far as I can tell, this would require adjusting newSol definition and use, extending reset_to_violated_bounds!, and adding iscompatible(::PermutationSpace, ::SA)=true somewhere. Am I missing anything?

Also, would things like letting the user be able to specify newSol be desirable?

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

No branches or pull requests

2 participants