just bumping this thread because its usefull for everyone
Logged in today for the first time in 4 months, lol great to see thisQuote:
just bumping this thread because its usefull for everyone
Nope, AFAIK nobody has done this yet.. but I'm very tempted to if there is demandQuote:
Anyone knows how much does it take to build alpha, beta and gamma?
well done mate :) thx!Quote:
Intro:
Over the summer I made a little program which build hundreds of virtual gates per second, so with a large sample I am able to accurately determine the cost of any gate given the number of parts. Many thanks to [Only registered and activated users can see links. Click Here To Register...] for helping me with my first project. I hope this is useful in terms of planning for a few of you.
Assumptions:
- Each spin has a chance of 13% to hit a part/multiplier (although when you spin with a full nano, it may be between 13-17, I do not know how much it actually is, depends on how BP programmed it. i.e the extra 4% might become ammo straight away).
- That the cheapest method of building gates is to use multipliers straight away (x2) until it gets up to 6 parts away from being completed and then it will hit the multiplier.This program spins 1 spin at a time.
- That my random number generation is truly random, I used a cryptographically secure pseudo-random number generator which I believe is 'random enough'.
Results:
Delta:Number of gates built: 100,000Minimum spins required: 1166Maximum spins required: 3494Sample standard deviation: 265Average spins required: 1966Epsilon:Number of gates built: 100,000Minimum spins required: 804Maximum spins required: 2994Sample standard deviation: 236Average spins required: 1522Zeta:Number of gates built: 100,000Minimum spins required: 907Maximum spins required: 3298Sample standard deviation: 248Average spins required: 1706Kappa:Number of gates built: 100,000Minimum spins required: 1042Maximum spins required: 3514Sample standard deviation: 258Average spins required: 1844Lambda:Number of gates built: 100,000Minimum spins required: 257Maximum spins required: 1785Sample standard deviation: 153Average spins required: 683Hades:Number of gates built: 100,000Minimum spins required: 257Maximum spins required: 1673Sample standard deviation: 153Average spins required: 683Kuiper:Number of gates built: 100,000Minimum spins required: 782Maximum spins required: 2875Sample standard deviation: 237Average spins required: 1538Code:
Written in C#, you can copy/paste this directly into a console application, if you want- although it's just a bunch of nested loops :P
[Only registered and activated users can see links. Click Here To Register...]Quote:
Anyone knows how much does it take to build alpha, beta and gamma?