This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-14
Channels
- # announcements (10)
- # babashka (14)
- # beginners (51)
- # calva (2)
- # cider (28)
- # cljs-dev (1)
- # cljsrn (3)
- # clojure (185)
- # clojure-dev (15)
- # clojure-europe (6)
- # clojure-italy (2)
- # clojure-nl (6)
- # clojure-uk (45)
- # clojurescript (4)
- # conjure (12)
- # datomic (37)
- # duct (37)
- # figwheel-main (15)
- # helix (23)
- # interceptors (1)
- # jobs (1)
- # jobs-discuss (11)
- # jvm (5)
- # luminus (3)
- # malli (15)
- # off-topic (69)
- # pathom (8)
- # pedestal (2)
- # re-frame (7)
- # reagent (58)
- # reitit (33)
- # remote-jobs (1)
- # rum (14)
- # sci (7)
- # shadow-cljs (15)
- # spacemacs (9)
- # testing (19)
- # timbre (3)
- # tools-deps (14)
Neanderthal 0.33.0 released! The https://twitter.com/hashtag/Clojure?src=hashtag_click matrix library! https://twitter.com/hashtag/Maths?src=hashtag_click https://twitter.com/hashtag/HPC?src=hashtag_click CUDA GPU CPU https://neanderthal.uncomplicate.org

v0.0.3 of suffragium - a clojure vote counting library - now released. Added: more control over the resolution of ties and STAR voting. https://gitlab.com/lunik1/suffragium
cool lib 🙂 I have a toy implementation of Schulze where I just followed the algorithm described in wikipedia with API adapted for a particular use case https://github.com/rakyi/votemeal/blob/master/src/votemeal/schulze.clj I’d appreciate if you could take a peek and tell me if you see any glaring issues with it
looking a the tiebreaking code: if two candidates pats have the same beatpath strength, do you not try to resolve the tie by forbidding that link and recalculating the new beatpath strength?
thanks for the pointer! I did the implementation mostly for fun and presenting ties to users instead of breaking them was good enough for us, but you made me curious about the “proper” method
full paper is on preprint here https://arxiv.org/ftp/arxiv/papers/1804/1804.02973.pdf with ties discussed in section 5