Skip to content

Commit

Permalink
[experiments/speed-fmc] Change metric to OBTM.
Browse files Browse the repository at this point in the history
This avoids counting rotations (for debug keyboard input).
  • Loading branch information
lgarron committed Apr 4, 2024
1 parent c62f0b1 commit 933fbbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ window.addEventListener("DOMContentLoaded", async () => {
function countingAlgNumMoves(): number {
return countMetricMoves(
cube3x3x3,
CommonMetric.ExecutionTurnMetric,
CommonMetric.OuterBlockTurnMetric,
countingAlg,
);
}
Expand Down

0 comments on commit 933fbbd

Please sign in to comment.