Originally Posted by Cranch
The gem optimizer now does a better job than I have been able to do by hand; congratulations!
In beta6, the value of "Ranged Critical Hit Chance vs. Level 83" in the upper left of the Gear tab seems to have changed meaning, and dwarves no longer get a 46 racial crit bonus. Specifically, beta4 said 59.47% crit with 1023 rating and beta6 says 51.71% crit with 978 rating (exact same gear, gems, enchants, and buffs.) (1023-978 != 46 presumably due to rounding to nearest integer in the display.)
Darkmoon Card: Greatness is ilvl 200, not 226.
The Gear Planner is choosing Darkweb Bindings as the #1 choice for wrist at -271 dps. Pressing Sort has no effect. Seems like an off-by-one error.
|
I haven't done it before, Cranch, but thanks for beta-testing these things for me!
Bug: Darkweb bindings are missing a formula on their tab, which means they are sorted top.
Bug: Gear Planner is taking iLevel for 2nd trinket slot from the values of the 1st slot.
Bug: I broke racial crit bonuses.
I'm glad it's down to 'trivial' bugs like these, by now. These will be fixed in the next version.
For those interested, the algorithm followed by the gem optimizer is as followed:
1. Clear all gems.
2. First it loops through the following:
- find the prismatic (or yellow, blue, red if others aren't available) socket that has the highest socket bonus when combined with a +hit gem, but doesn't have a gem in it yet.
- put in a full +hit gem or a mixed + hit gem
- repeat
After this loop you should be hit-capped.
3. Next check:
- find the prismatic (or blue, yellow, red) socket that has the best socket bonus combined with the blue gem defined to match meta requirements.
- put in the blue gem
After this loop your meta-gem should be active.
4. Last loop:
- check each empty socket if it would give more dps with a color matching gem than with a red gem
- put in a matching or red gem depending on the answer
- repeat until all sockets are filled
EDIT:
As for your remark about crit%. Are you using the same spec for both beta4 and beta6? I'm getting the same crit% in both versions, but your 59.47% is what your SV spec has (with same gear, buffs, etc..), while 52.xx% is what your MM spec has.
EDIT#2:
Re-uploaded version 6 fixing the things mentioned above. Last update for today (well it is tomorrow here already).