Generator embedding optimization: Difference between revisions

Cmloegcmluin (talk | contribs)
Created page with "When optimizing tunings of regular temperaments, it is fairly quick and easy to find ''approximate'' solutions, using (for example) Dave Keenan & Douglas Blumeyer's guid..."
 
Cmloegcmluin (talk | contribs)
m fix EBK
Line 2,610: Line 2,610:
  <nowiki>
  <nowiki>
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-ES"]  
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-ES"]  
Out: ⟨1199.562 163.891] </nowiki>
Out: {1199.562 163.891] </nowiki>


===Minimax-E-sofpr-S===
===Minimax-E-sofpr-S===
Line 2,691: Line 2,691:
  <nowiki>
  <nowiki>
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-E-sopfr-S"]  
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-E-sopfr-S"]  
Out: ⟨1199.567 164.102] </nowiki>
Out: {1199.567 164.102] </nowiki>


===Minimax-E-copfr-S===
===Minimax-E-copfr-S===
Line 2,762: Line 2,762:
  <nowiki>
  <nowiki>
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-E-copfr-S"]  
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-E-copfr-S"]  
Out: ⟨1198.595 162.737] </nowiki>
Out: {1198.595 162.737] </nowiki>


===Minimax-E-lils-S===
===Minimax-E-lils-S===
Line 2,875: Line 2,875:
  <nowiki>
  <nowiki>
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-ES"]  
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "minimax-ES"]  
Out: ⟨1199.544 163.888] </nowiki>
Out: {1199.544 163.888] </nowiki>


===Minimax-E-lols-S===
===Minimax-E-lols-S===
Line 3,095: Line 3,095:
  <nowiki>
  <nowiki>
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "held-octave minimax-E-lils-S"]  
In:  optimizeGeneratorTuningMap["[⟨1 2 3] ⟨0 -3 -5]]", "held-octave minimax-E-lils-S"]  
Out: ⟨1200 164.062] </nowiki>
Out: {1200 164.062] </nowiki>


=Zero-damage method=
=Zero-damage method=