Description Format Fields Methods See Also
For general detail See MatchingMarket. This class solves matching problems using optimal matching approaches such as one-to-one matching, many-to-one one-sided matching, two-sided matching, etc. This matching strategy assumes agents have perfect information of the market.
R6::R6Class object inheriting from MatchingMarket.
See MatchingMarket.
See MatchingMarket.
simulate(method = c("one-to-one", "many-to-one"), one_sided = FALSE, optimal_A = TRUE, by_group = FALSE, parallel = FALSE)
(character(1)
, logical(1)
, logical(1)
, logical(1)
, logical(1)
) -> data.table::data.table
Simulate using an optimal matching approach.
Other MatchingMarket:
MatchingMarketStochastic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.