Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 .. 18 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
C-137
C3 Corporation
15
|
Posted - 2016.06.27 07:01:51 -
[181] - Quote
So a few days ago I noticed that EFT seemed to be showing wrong numbers for applied DPS. At least according to the EVEuni wiki info, which CCP has quoted as correct recently. So I made a quick spreadsheet to test damage application, and EFT was overestimating by 15%. I thought I should check PYFA as well, and it was showing the same thing.
So, the question then is, am I wrong, or are both EFT and PYFA wrong?
(Large Images) PFYA Graph EFT Graph
Excel Sheet - Added Pyfa Implementation for reference, updated for error fix.
Ok, so a quick look on the pyfa code shows:
multiplier = (chanceToHit ** 2 + chanceToHit + 0.0499) / 2 My implementation is:
multiplier = (chanceToHit - 0.01) * [ (0.50 + chanceToHit + 0.49) / 2 ]
So at 100% hit, pyfa shows 102.495% while I (and EvEuni) show 101.505%.
This should be 1% * 300% plus 99% * AverageHitDamage% Where AverageHitDamage% is (LowHit% + HighHit%)/2 LowHit is 50% always HighHit is 50% to 149% depending on accuracy HighHit thus = 0...0.99 + 0.5 or chanceToHit + 0.5 (it is not 0-1 since that is a 'crit')
This makes:
AverageHitDamage% = (0.50 + chanceToHit + 0.49) / 2
The 0.49 is a 49% damage bonus for maximum hit quality, the 0.50 is the 50% minimum damage%. And if we go back to the 100% hit% from above, 99% is the chance to hit that remains from non-crit hits. Or rather:
Average Crit = chanceToCrit * CritDamage% Average Crit = 1% * 300% Average Hit = (chanceToHit - chanceToCrit) * (AverageHitDamage%) Average Hit = (chanceToHit - 0.01) * ( (0.50 + chanceToHit + 0.49) / 2 ) Average Damage = Avg.Crit + Avg.Hit Avg,Dmg = 3% + (chanceToHit - 1%) * (AverageHit)
Average Damage is a modifier, so you can apply it where you want.
AverageDPS = ShipDPS * ( 0.03 + ( ( chanceToHit - 0.01 ) * ( ( chanceToHit + 0.50 + 0.49 ) / 2 ) )
Well the story deepens, as I am still getting a discrepancy... So I get the same values for Hit%, Angular Velocity, etc. I suspect PYFA is doing something with the SigRadius. In addition to all the above (PYFA damage% error), there is an error with skills affecting things they should not. (Either TargetSig or the 40,000 base W.A.S target size) See picture for Lv0 skills test showing PFYA under-estimating applied dps EFT has the same issue as well. (EFT numbers are slightly different because it enforces min-skill levels)
There was an error in another part of my sheet, but the above issue is still present in PYFA and EFT, the difference is only about 1% though. Interesting that it seems both EFT and PYFA have the same error. The red/blue bars in the sheet show the relative difference. |
Jezza McWaffle
Overload This
282
|
Posted - 2016.06.28 12:37:18 -
[182] - Quote
Unless I already missed this I noticed in the latest build that EWAR resistances have been 'fixed' on capitals, however this does not work on my end. The same lock ranges, scan res, tracking etc shows on the previous and new build.
Tried doing a completely new install and nothing changes, which caps did you test the ewar resistances on?
Wormholes worst badass | Checkout my Wormhole blog
|
Shalashaska Adam
Partial Safety
191
|
Posted - 2016.07.01 14:15:06 -
[183] - Quote
Is there an ETA for the June release? |
Sable Blitzmann
Sebiestor Tribe Minmatar Republic
187
|
Posted - 2016.07.01 20:27:19 -
[184] - Quote
Jezza McWaffle wrote:Unless I already missed this I noticed in the latest build that EWAR resistances have been 'fixed' on capitals, however this does not work on my end. The same lock ranges, scan res, tracking etc shows on the previous and new build.
Tried doing a completely new install and nothing changes, which caps did you test the ewar resistances on?
Give me more specific information. The fit that you are using, and the fit / modules you are projecting, the expected vs actual values...
@C-137: That's too much math and numbers for me to look at right now, but I'll take a look when I can and see if I can see anything wonky. =)
June release should be coming out tonight sometime |
Shalashaska Adam
Partial Safety
195
|
Posted - 2016.07.01 23:43:18 -
[185] - Quote
Sable Blitzmann wrote: June release should be coming out tonight sometime
Splendid. |
Sable Blitzmann
Sebiestor Tribe Minmatar Republic
187
|
Posted - 2016.07.02 02:46:17 -
[186] - Quote
New release out:
https://github.com/pyfa-org/Pyfa/releases/tag/v1.22.0
Please post issues here
https://github.com/pyfa-org/Pyfa/issues |
Jezza McWaffle
Overload This
282
|
Posted - 2016.07.02 08:36:10 -
[187] - Quote
Sable Blitzmann wrote:Jezza McWaffle wrote:Unless I already missed this I noticed in the latest build that EWAR resistances have been 'fixed' on capitals, however this does not work on my end. The same lock ranges, scan res, tracking etc shows on the previous and new build.
Tried doing a completely new install and nothing changes, which caps did you test the ewar resistances on? Give me more specific information. The fit that you are using, and the fit / modules you are projecting, the expected vs actual values...
I wasn't using any specific fit, just grabbing any of the FAX's for example and sticking a T2 triage on their, now without any links or anything Pyfa says default lock range on the Lif with Triage is 125km, which is accurate.
If I apply 1 T2 remote sensor damp range scri[ted Pyfa says I should get 86km lock range, and 63 with 2 on it. If I apply this in game I get 113 and 104km lock range respectively.
I have the same issue with remote sensor boosters as well.
If you would prefer I'll post this issue on Github rather than here.
Wormholes worst badass | Checkout my Wormhole blog
|
Elise Hridmar
Danger Patrol Free Republic of Arstozka
1
|
Posted - 2016.07.03 15:58:55 -
[188] - Quote
Adding the new Asklepian implants to any fit currently doesn't change anything about it's armor rep amount. But also checking it's "effect" tab while it's added to a ship fit none of the effects are checked for actually being implemented. Is this just because it's effects are still fairly new? ( http://i.imgur.com/NTq4oBE.png )
here is a legion fit with two medium armor reps with the mid-grade implants on: http://i.imgur.com/4tMD2Rh.png
and here is the same legion with the implants turned off: http://i.imgur.com/bJ0KKeK.png
the armor reps are the same on both fits. this happens for all sets of Asklepian implants.
|
Soel Reit
Dambusters 617 Sq
37
|
Posted - 2016.07.08 11:04:56 -
[189] - Quote
lock range of carriers: as soon as i open a carrier fit is the right one. when i click any module/change fit, it goes back to 300 km.
|
Okee Fenokee
Spontaneous Massive Existence Failure
1
|
Posted - 2016.07.08 11:15:59 -
[190] - Quote
Apologies if this is not the right place to ask, but I did not find a solution on The Internet(TM) and I suspect human error on my end so I did not want to open an issue on GitHub right away.
Launching Pyfa results in "TypeError: defPaths() takes no arguments (1 given)" in pyfa__main__.py (for the detailed message see screenshot). Am I correct to assume that the Pyfa EXE Installer for Windows includes all necessary libraries? Looking at the installation directory, this appears to be the case. What am I doing wrong?
Platform: Windows 10 Pro (64 bit) |
|
Old Pervert
Perkone Caldari State
0
|
Posted - 2016.07.08 20:16:23 -
[191] - Quote
Feature Request: Outgoing Damage Profile Sometimes it's not clear-cut (without doing the math) what your damage output profile is. For example, a rattlesnake. What percentage of your damage goes into each type?
I envision it visually exactly as the incoming damage profile, 4 percentage bars in the firepower panel.
Bug Report: Reactive Armor Hardener -- Resistance Phasing skill When I have my own character selected (who does not have the skill injected) and right-click on the module to go into the module skills, there is only one skill listed: Thermodynamics. When I select the All 5 character and right-click on the menu into the module skills, Resistance Phasing shows up. |
Sable Blitzmann
Sebiestor Tribe Minmatar Republic
187
|
Posted - 2016.07.11 04:15:09 -
[192] - Quote
Okee Fenokee wrote:Apologies if this is not the right place to ask, but I did not find a solution on The Internet(TM) and I suspect human error on my end so I did not want to open an issue on GitHub right away. Launching Pyfa results in "TypeError: defPaths() takes no arguments (1 given)" in pyfa__main__.py (for the detailed message see screenshot). Am I correct to assume that the Pyfa EXE Installer for Windows includes all necessary libraries? Looking at the installation directory, this appears to be the case. What am I doing wrong? Platform: Windows 10 Pro (64 bit)
I've seen these types of errors happen if you recently upgraded from a very old version. I would completely delete the pyfa folder and try to download the latest version again (I recommend the .exe installer over the zip archive, as the .exe installer will do some file cleanups if needed during upgrades) |
Tauza
The Killer Cockatoos
1
|
Posted - 2016.07.11 17:01:18 -
[193] - Quote
Is there any plans to add citadels? Since they fit like ships I would think that they, and the future structures would be something that everyone would be interested in. |
Okee Fenokee
Blue Republic RvB - BLUE Republic
2
|
Posted - 2016.07.12 18:05:36 -
[194] - Quote
Sable Blitzmann wrote:I would completely delete the pyfa folder and try to download the latest version again Uninstalled Pyfa, manually deleted the remaining folder and contents, re-installed, and now I can launch Pyfa without problems. Thank you! |
K950
EVE University Ivy League
3
|
Posted - 2016.07.12 21:37:20 -
[195] - Quote
I'm liking some of the recent changes...compare thing built into the module stats, drag & drop replace modules...
=/ =\
Good work.
3 standing requests still:
> All Level 3 character, All Level 4 character (it's a huge PIA to make the plan in EVEMon. I started twice, aborted twice...massive PIA) > Capacitor values (+values) next to the module, in the same way that there are minus values for items like armor reppers, hybrid guns, hardeners, sensor boosters, etc. Some + value from a cap battery or cap recharger or CCC would help me recognize how much benefit I'm getting from that module > A Notes panel underneath the fit like EFT does where I can drop notes on the item; what this fit is for, how to use it, strengths, weaknesses, other chatter.
Nice work on the program. |
Magicmix
rock shot industries Phoenix Company Alliance
0
|
Posted - 2016.07.15 13:56:55 -
[196] - Quote
Any advice on how to get the skills to read correctly? Ive tried 2 API keys and neither read the correct information.
IE currently I have caldarri drone spec level 4 but pyfa only reads level 1.
|
Okee Fenokee
Blue Republic RvB - BLUE Republic
2
|
Posted - 2016.07.15 18:57:01 -
[197] - Quote
Is there any way of deleting old fits (e.g. "delete all fits that have not been modified for X days") other than deleting saveddata.db? I don't want to lose my settings and fresh fits, just get rid of pre-tiericide stuff as painless as possible. |
Alyx Finley
Online Trade Association
1
|
Posted - 2016.07.22 07:11:38 -
[198] - Quote
How do install YC 118.6 - v1.22.2 over a previous version? For the life of me, can't get it to work after download the folder from https://github.com/pyfa-org/Pyfa/tree/v1.22.2. Using Windows 10. Can't find an EXE installer file at https://github.com/pyfa-org/Pyfa/releases/tag/v1.22.2
Thanks. |
Sable Blitzmann
Sebiestor Tribe Minmatar Republic
187
|
Posted - 2016.07.24 05:41:23 -
[199] - Quote
All,
Real life has reared it's ugly head and I'll be extremely busy for the next few weeks, which means I'll be a bit slower with development / checking the thread. In the mean time, if you have ideas / bug reports, please remember to post on the github issues page noted in the first post of this topic. I tend to check it much more frequently ;)
Scroll all the way to the bottom, there should be a pyfa-1.22.2-yc_118.6-1.0-win.exe link. use that to install.
Okee Fenokee wrote:Is there any way to delete old fittings (e.g. "delete all fittings that have not been modified for X days") other than deleting saveddata.db as a whole? I don't want to lose my settings and fresh fittings, just get rid of pre-tiericide stuff as painlessly as possible.
Unfortunately not. We don't track modified date, only created date. I know it sucks, especially for the past 2-3 years now that CCP is doing balance passes every update and nullifying old fits. =/ |
Sable Blitzmann
Sebiestor Tribe Minmatar Republic
187
|
Posted - 2016.07.24 05:42:57 -
[200] - Quote
Magicmix wrote:Any advice on how to get the skills to read correctly? Ive tried 2 API keys and neither read the correct information.
IE currently I have caldarri drone spec level 4 but pyfa only reads level 1.
Please contact me through email (check README) with API key details so i can take a look. it reads fine for me, make sure that you are updating the information on a regular basis (click the refresh icon next to the character) |
|
Sable Blitzmann
Sebiestor Tribe Minmatar Republic
188
|
Posted - 2016.07.24 23:14:15 -
[201] - Quote
Citadel beta version: https://github.com/pyfa-org/Pyfa/releases/tag/preview_citadels |
Soel Reit
Dambusters 617 Sq
45
|
Posted - 2016.07.25 02:25:38 -
[202] - Quote
the best! nice job! |
Tarbro Abec
Federal Navy Academy Gallente Federation
2
|
Posted - 2016.07.29 13:04:42 -
[203] - Quote
Where in pyfa do I see the total scan strength for probing?
Is it "Charge stats?"
|
Sabby Hemanseh
European Asteroid Scorpion
0
|
Posted - 2016.08.08 19:58:34 -
[204] - Quote
Is there anyway to revert changes to a fit (like CTRL+Z)? |
Beyl Ahashion
Working Community Inc. Affirmative.
0
|
Posted - 2016.08.09 12:05:59 -
[205] - Quote
It would be great if you would add the number for the amount of remote boosting that you can get with a fitting.
For instance there is currently a "Recharge Rates" section that has has 4 columns each with 2 numbers. If there was a third number in each column that stated the "Remote Recharge Rate" for each of those 4 parameters, that would be awesome. |
Tsukino Stareine
Art Of Explosions 404 Hole Not Found
1646
|
Posted - 2016.08.12 14:40:38 -
[206] - Quote
damage control II is not adding any EM shield resistances when the base resistance is 0% |
DooDoo Gum
Center for Advanced Studies Gallente Federation
63
|
Posted - 2016.08.13 10:38:59 -
[207] - Quote
When checking the ship stats for a Rhea, i noticed that the 'affected by' tab suggests all manner of drone skills |
Arbuz Outamon
Deep Core Mining Inc. Caldari State
5
|
Posted - 2016.08.28 09:16:59 -
[208] - Quote
Bug: Citadel fitting incompatible with "Color fitting view by slot" option- Color on: http://puu.sh/qRcqs/4cf5c440a1.jpg (i still can manipulate with fit, but only by guess) Color off: http://puu.sh/qRclV/823ce04ffc.png
Win 8.1 |
Bienator II
madmen of the skies
3558
|
Posted - 2016.08.28 17:59:13 -
[209] - Quote
something went wrong when i tried to add a missile precision and a lock speed rig to a astrahus. first it did not let me add the lock speed rig so i closed the fitting and tried to reopen it but now i can't open it anymore.
edit: but if i use it without the rig it works fine. good job!
how to fix eve: 1) remove ECM 2) rename dampeners to ECM 3) add new anti-drone ewar for caldari 4) give offgrid boosters ongrid combat value
|
Krewed Eyrou
Ruatha Holdings Kids With Guns Alliance
0
|
Posted - 2016.09.02 05:13:10 -
[210] - Quote
Lost ship With the new update I lost all my saved ship fittings.
|
|
|
|
|
Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 .. 18 :: one page |
First page | Previous page | Next page | Last page |