| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Mynas Atoch
Eternity INC. Mercenary Coalition
|
Posted - 2006.11.16 20:38:00 -
[1]
Edited by: Mynas Atoch on 16/11/2006 20:38:43 I'm looking for the algorithm for a unresearched and/or partially researched BPO.
Mineral eg Megacyte needs (You : y, Perfect p) here y=4 p=3 Current Materials Efficiency ML=5; Current Wastage Factor WF=0.0166667
How many more Material Levels do I need to not waste Megacyte?
I'm sure its in the faqs in a usable form somewhere ... a link straight to it would be great, because I can't find it.
Myn
|

Salvis Tallan
Gallente Team Condor
|
Posted - 2006.11.16 20:45:00 -
[2]
Edited by: Salvis Tallan on 16/11/2006 21:15:25 amount is the absolute perfect amount (given by the item database, NOT to be confused with the perfect it says on the BP) wasted is the waste factor ResLevel = Materials efficiency research level PreEff is production efficiency skill level
mlwaste = Math.Round(amount * wasted / (ResLevel + 1)), 2 ); owaste = (mlwaste >= 0.5 ? amount * (0.25 - (0.05 * ProEff)) : 0); adjusted = ((amount * Amount) + Amount*Math.Floor(mlwaste + owaste)); ------ Designer of EVEMEEP - Multiuse Economic Efficiency Planner -Tech 1&2, Mining, POS Fuel, Reprocessing Calcs |

Mynas Atoch
Eternity INC. Mercenary Coalition
|
Posted - 2006.11.16 20:59:00 -
[3]
Edited by: Mynas Atoch on 16/11/2006 21:02:08 Edited by: Mynas Atoch on 16/11/2006 20:59:17
Originally by: Salvis Tallan amount is the absolute perfect amount wasted is the waste level ResLevel = research level PreEff is production efficiency
mlwaste = Math.Round(amount * wasted / (ResLevel + 1)), 2 ); owaste = (mlwaste >= 0.5 ? amount * (0.25 - (0.05 * ProEff)) : 0); adjusted = ((amount * Amount) + Amount*Math.Floor(mlwaste + owaste));
Can anyone translate this into something usable?
The BPO lists: Material Level .. ? ResLevel = research level ? Wastage Factor .. ? wasted is the waste level ? Materials You .. Materials Perfect .. ? amount is the absolute perfect amount? From skills we have: Production Efficiecy .. ?PreEff is production efficiency? And when creating the research job we have Runs .. ? adjusted ?
I want to know the number of RUNS for YOU to equal PERFECT.
Myn
|

Salvis Tallan
Gallente Team Condor
|
Posted - 2006.11.16 21:14:00 -
[4]
sorry about that, you did ask for the algorithm :). Its generally accepted that to get all your waste to 0 you need produciton efficiency at 5, and the material research level should be the highest numbered resource, trit on most things, divided by 5(rounded down). That is to get ALL resources to perfect. Some materials will get to perfect sooner, but the slope is a curve of amount * wastelevel/(researchlevel +1)
So for your example, we do (3 * 0.01667/(research+1)) to get how much is wasted, and to get 0 waste you probably only need one or 2 levels of research (since CCP rounds wierd) ------ Designer of EVEMEEP - Multiuse Economic Efficiency Planner -Tech 1&2, Mining, POS Fuel, Reprocessing Calcs |

Szun
Boob Heads
|
Posted - 2006.11.17 00:04:00 -
[5]
in other words get PE to lvl5 and divide megacyte amount in the "perfect" colum by 5 to get the ME needed to not waste any megacyte
e.g. Megacyte listed in BPO: you 200 perfect 150 150/5 = 30 ME
|

GC13
Caldari FATAL REVELATIONS Lotka Volterra
|
Posted - 2006.11.17 00:47:00 -
[6]
Edited by: GC13 on 17/11/2006 00:47:49
Originally by: Szun in other words get PE to lvl5 and divide megacyte amount in the "perfect" colum by 5 to get the ME needed to not waste any megacyte
e.g. Megacyte listed in BPO: you 200 perfect 150 150/5 = 30 ME
And we have a winner.
You know though, somebody should really write a guide for this confusing ME stuff. Or write a calculating program or something. 
---
New to Eve? Interested in manufacturing stuff, or doing research on blueprints? Check out my fully-updated Science and Industry guide. |
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |