-
Notifications
You must be signed in to change notification settings - Fork 125
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
Optim example is not functioning #473
Comments
Yeah, a quick fix seems the best at the moment... @kavir1698 you wrote the initial BBO example, do you know anything? |
I will check it today. |
I just ran the example and it went through without a problem. |
It's intermittent. More frequently failing than not however. Difficult to pin down. |
Be advised that #467 altered |
BlackBoxOptim has had some recent development and a new release. May be worthwhile testing this again now. |
Why was this closed? I don't think optim.jl is actually working, the example is all commented https://github.com/JuliaDynamics/Agents.jl/blob/main/examples/optim.jl, I pinned it because I think it is an important thing to fix |
https://juliadynamics.github.io/Agents.jl/stable/examples/optim/ shows that it runs, I am confused, what is the error? |
The fact is that every output is hard-coded in the example as you can see from the source file |
oooooooh sorry i only looked at the output in the docs :D Why doesn't it work? have you tried just rynning it? what's the error |
I didn't even try because the file starts by including a non-existing file :D But It seems very outdated nonetheless |
Docs are not building currently because something in the mulit-objective optimisation section of
examples/optim.jl
is failing.The run starts the optimisation but never gets to the point of outputting the first set of data. This has happened to me before with BBO, but I'm not sure of the fix. Odd thing is that it's only recently happened in our example file. It's not a Julia 1.5 v 1.6 issue, it's not a recent BBO version issue (master and the current release have the problem), its not a github runner changed OS versions recently (since it's also failing on my local machine).
I need to do a hunt of recent changes to our internals to see if its our fault. In #467 I'm thinking I could just bake in the result and not run the example for now until the issue is resolved. That'll mean both Optim and Zombies will be on the list of examples we need to take care of manually until this is resolved.
The text was updated successfully, but these errors were encountered: