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

SearchVisualizer: New feature show_only_solution_path and fixing tapered_search_layer_heights #414

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

EliasLF
Copy link
Collaborator

@EliasLF EliasLF commented Jan 10, 2024

Description

  • Adding a new option to the search graph visualizer to only show the final solution path in each layer (intended for large, convoluted search trees and situations where only the final solution is of interest)
  • Fixing a minor bug that rendered the option tapered_search_layer_heights ineffective in many cases

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@EliasLF EliasLF added feature New feature or request python Anything related to Python code fix Anything related to bugfixes labels Jan 10, 2024
Copy link
Member

@burgholzer burgholzer left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏻

@burgholzer burgholzer merged commit 548c0c0 into cda-tum:main Jan 11, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request fix Anything related to bugfixes python Anything related to Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants