Alex Theloudis

Results 2 comments of Alex Theloudis

1. I see. I adapted the code to my specific application and am not using [allAccepted](https://floswald.github.io/SMM.jl/latest/algo.html#SMM.allAccepted-Tuple%7BSMM.BGPChain%7D). Nevertheless, in my case, in one chain the objective function returned `ev.status < 0`...

Thanks Florian. Regarding 1: Still, if one does not condition on `ev.accepted==true`, then `set_eval!()` updates the chain's _best_ value with `ev.value` even if `ev.value` is negative, i.e. perhaps from an...