Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable Matching Problem Example #309

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Stable Matching Problem Example #309

wants to merge 2 commits into from

Conversation

ptheywood
Copy link
Member

Port of FLAME GPU 1's Stable Marriage example.

It doesn't always resolve all cases, even with > 1024 iterations, although neither does flamegpu1. Not sure if this is an issue or not.

  • Could probably add an else clause to the exit condition for when no extra iterations will help without resetting rank.
  • Could remove 1 agent function and 1 function condition by combining with the previous agent function

Not sure its possible to make this specific example more flexible in terms of agnet population, as the agent rank array (maximum) size must be known at compile time.

…ching example

It doesn't always resolve all cases, even with > 1024 iterations, although neither does flamegpu1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants