Path-based goodness: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
# Let ''g'' be a variable. Assign to every JI interval (except 1/1) n/d with error e (in cents) a score equal to <code>inaccuracy_fondness</code>^(e^<code>error_power</code></code>) * <code>complexity_fondness</code>^(n+d) / ''g''. | # Let ''g'' be a variable. Assign to every JI interval (except 1/1) n/d with error e (in cents) a score equal to <code>inaccuracy_fondness</code>^(e^<code>error_power</code></code>) * <code>complexity_fondness</code>^(n+d) / ''g''. | ||
# Assign to every ordered list of JI intervals a score equal to the product of the scores of all of its steps. | # Assign to every ordered list of JI intervals a score equal to the product of the scores of all of its steps. | ||
# Assign to every temperament with tuning a score equal to the sum of the scores of all the | # Assign to every temperament with tuning a score equal to the sum of the scores of all the ordered lists that yield a comma when the intervals are stacked. | ||
# Assign to every temperament with tuning a ''goodness'' equal to the value ''g'' such that the score is equal to the target_score. | # Assign to every temperament with tuning a ''goodness'' equal to the value ''g'' such that the score is equal to the target_score. | ||
# Assign to every temperament a ''goodness'' equal to the largest goodness of that temperament across all generator tunings. In this way, path-based goodness also provides optimal tunings for temperaments. | # Assign to every temperament a ''goodness'' equal to the largest goodness of that temperament across all generator tunings. In this way, path-based goodness also provides optimal tunings for temperaments. | ||