You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @srrmtt pointed out in #2, you're not actually using an A*, but a more sophisticated Greedy Algorithm, however I do think that the second criterion you selected is quite valid.
The first one, not so much, as the length of an option doesn't really imply much for the quality of the choice, if not to discriminate between two options that cause the same number of repetitions (in that case longer might be better, as you assumed for the second criterion).
Minor
You might improve the performance of your algorithm by removing duplicate lists from the initial problem (though probably relevant only for small N's)
Plz inclue some results in the readme thx
⁽ʳᵉᵃᵈᵐᵉ ᵃˡˢᵒ ʰᵃˢ ˡᵒᵗˢ ᵒᶠ ᵗʸᵖᵒˢ⁾
The text was updated successfully, but these errors were encountered:
MattColu
changed the title
Review by MattColu
Lab 1 - Review by MattColu
Oct 23, 2022
Major
As @srrmtt pointed out in #2, you're not actually using an A*, but a more sophisticated Greedy Algorithm, however I do think that the second criterion you selected is quite valid.
The first one, not so much, as the length of an option doesn't really imply much for the quality of the choice, if not to discriminate between two options that cause the same number of repetitions (in that case longer might be better, as you assumed for the second criterion).
Minor
The text was updated successfully, but these errors were encountered: