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

New score type: distance from known winning route #217

Open
Zannick opened this issue Sep 22, 2024 · 0 comments
Open

New score type: distance from known winning route #217

Zannick opened this issue Sep 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Zannick
Copy link
Owner

Zannick commented Sep 22, 2024

This would be a number of steps from any state on that route. We'd have to:

  • Store this number in the statedb.
  • Update states seen as they come in.
  • Create a new ScoreMetric.
  • Update recreated states as part of recording a solution.

It may be infeasible to exclude states from dropped solutions.

Also, this might update states a lot faster than we've previously done, so it may be wise to add more columns instead of shoving the entire StateData type into a single column.

@Zannick Zannick added the enhancement New feature or request label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant