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

Only one Sorsel #11

Open
gennyble opened this issue Jan 17, 2024 · 0 comments
Open

Only one Sorsel #11

gennyble opened this issue Jan 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gennyble
Copy link
Member

Combine HeuristicSorsel (introduced in 8ed590a) and SelectSort into Sorsel. If max_attempts is 1 then we do it like SelectSort without even calculating the score ( we don;t need it). Otherwise to the guess-and-check. is it gradient descent? A butchered version, maybe.

also:

  • I'd love to see how the score varies with the tolerances. So I will make a graph of every 0.1 step in tolerance from 0 to 100. tolerance on X axis, Y is the score and maybe also one for colors selected. I think there are local extrema and I'd love to get an idea on howto avoid them.
@gennyble gennyble added the enhancement New feature or request label Jan 17, 2024
@gennyble gennyble self-assigned this Jan 17, 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