Florian Oswald
Florian Oswald
#25
Yes t depends on #25! Currently working on that. I have an issue with the jld2 part in fact.
Yea I think so: src/exampleSavingLoading.ipynb
sounds like a good idea! thanks!
hey how are we doing with this? good to merge?
blocked by https://github.com/simonster/JLD2.jl/issues/113
should be able to upgrade now.
sorry for the delay. would be great to have your example as a PR, sure! I'm afraid most of your problems are related to lacking documentation, so apologies. you should...
hi! thanks for the contribution. regarding 1. there is the [allAccepted](https://floswald.github.io/SMM.jl/latest/algo.html#SMM.allAccepted-Tuple{SMM.BGPChain}) method. I prefer to save *all* values on the chain. True if you stop after iteration 1, your best...
then something else seems to be wrong... the algo should not use non-accpepted values to update, that doesn't make much sense: https://github.com/floswald/SMM.jl/blob/master/src/mopt/AlgoBGP.jl#L312 ``` eval_old = getLastAccepted(c) if eval_new.status < 0...