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

Feat: exact solver #7

Merged
merged 8 commits into from
Sep 22, 2023
Merged

Feat: exact solver #7

merged 8 commits into from
Sep 22, 2023

Conversation

loiccoyle
Copy link
Owner

Replace the greedy tile assignment algorithm with an exact solver, courtesy of scipy.optimize.linear_sum_assignment.

The old greedy tile assignment is still available through mosaic.build_greedy.

@loiccoyle loiccoyle merged commit 2a18e2a into main Sep 22, 2023
10 checks passed
@loiccoyle loiccoyle deleted the feat/exact_solver branch September 22, 2023 20:09
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.

None yet

1 participant