jasmineRepo / JAS-mine-core

JAS-mine maintains and develops the JAS simulation platform, a discrete-event tool-kit for agent-based and dynamic microsimulation modelling. This repository contains the core libraries. See www.jas-mine.net for more details.
2 stars 5 forks source link

Introduce GlobalMatching Class #51

Closed justin-ven closed 1 month ago

justin-ven commented 1 month ago

GlobalMatching class performs evaluates a matching score for all pairs and then selects pairs from best to poorest score until all potential matches are exhausted. Unlike other matching methods in JAS-mine-core, the matching is independent of the order in which candidates for matching are considered.