JuliaOpt / juliaopt.github.io

Website for JuliaOpt
www.juliaopt.org
11 stars 16 forks source link

Added Metaheuristics package #145

Closed jmejia8 closed 2 years ago

odow commented 2 years ago

Hi @jmejia8,

First, nice work! The package looks very well maintained.

JuliaOpt is deprecated so we don't update it anymore. The new JuMP site is here: https://jump.dev/pages/code/ https://github.com/jump-dev/jump-dev.github.io/blob/master/pages/code.md

However, it looks like your package doesn't use JuMP, so I'm not sure jump.dev is the best place to advertise MetaHeuristics.jl.

Have you talked to the JuliaNLSolvers folks https://github.com/JuliaNLSolvers? That might be a better fit.

If you haven't, a good first step would be to announce the package on the Julia discourse https://discourse.julialang.org/c/community/packages/47

jmejia8 commented 2 years ago

Hi @odow! Thank you very much for the answer and suggestions. I'll announce the package and see what happen 😄

odow commented 2 years ago

Sounds good. I'm going to close this PR, but only because it's not the right place.

In general, I think you should receive strong interest in such a package.

Another person to reach out to is https://github.com/robertfeldt/BlackBoxOptim.jl.

There's also the #math-optimization channel on the Julia slack https://julialang.org/slack/

Hope that helps.