Skip to content

[WIP] add type Markets and some algorithms (TTC, Serial Dictatorship and Boston)#14

Open
myuuuuun wants to merge 7 commits intomasterfrom
market_type
Open

[WIP] add type Markets and some algorithms (TTC, Serial Dictatorship and Boston)#14
myuuuuun wants to merge 7 commits intomasterfrom
market_type

Conversation

@myuuuuun
Copy link
Collaborator

@myuuuuun myuuuuun commented Jan 15, 2018

types

  • Matching - write codes
  • Matching - write documents
  • Matching - write tests
  • Agents, Objects, TwoSidedMatchingMarket
  • OneSidedMatchingMarket

algorithms

TwoSidedMatchingMarket

  • TTC
  • SD
  • Boston

OneSidedMatchingMarket

  • TTC
  • SD

myuuuuun added 4 commits January 12, 2018 17:47
…tchingMarket

update deferred_acceptance
add top_trading_cycles for TwoSidedMatchingMarket
add type Priority
add documents of type Matching
end


function (matching::Matching)(index::Int; inverse::Bool=false)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oyamad この関数に関するdocumentはこの行の直前に書くのが良いでしょうか, それともtype Matchingのdocumentの中に書くのが良いでしょうか

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Place the docstring for a function just above the function (rather than within the docstring for the type).

myuuuuun added 3 commits January 19, 2018 21:29
update type Priority and add type Enumeration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants