Parker J. Rule
Parker J. Rule
Hi, @mkarrmann! Thanks for your contribution. We generally accept third-party contributions via pull requests—would you mind submitting one?
Yes! :) Sorry for the overhead. > On Nov 15, 2022, at 12:15 AM, Matt Karrmann ***@***.***> wrote: > > > I did find out that you can open PRs...
Closing this for now—we are planning to provide some form of PyO3 bindings for frcw.rs (indeed, some progress has already been made in this direction), which is significantly less brittle...
As @InnovativeInventor notes above, we've determined that multithreaded chains/optimizers are best reserved for GerryChain's high-performance siblings going forward. Thanks for the discussion!
This seems to be related in spirit to [short bursts](https://arxiv.org/abs/2011.02288), which is implemented in #361.
This direction seems to have been abandoned. Some of the functions in [GerryTools](https://github.com/mggg/gerrytools) provide metrics that are not strongly coupled to the `Partition`object and can read DataFrames instead.
Let's split things into three files: * `recom.jl` - regular ReCom proposal and auxiliary functions. * `revrecom.jl` - reversible ReCom proposal and auxiliary functions. * `balance.jl` - algorithms for finding...