Topic: Frisian Balancing
hessenfarmer |
Posted at: 2019-12-21, 14:11
ok changes done so far have been merged to master now. Top Quote |
hessenfarmer |
Posted at: 2019-12-21, 14:18
I don't know exactly what you mean but I beleive you meant to increase the random number we start to subtract from. this could lead to no immovable being plant at all as we might never get below zero. So here is what I meant with using squares: Top Quote |
JanO |
Posted at: 2019-12-21, 18:11
Then I got it the wrong way round and it should be multiplying the random number by 0.9 or 0.8. Calculating the squares of course would do, too - and seems very reasonable. But it means more extra-work, as you have to change both the probability and the random number. To clarify: I meant the one that you called the third step we create a random number in range 0 to sum of probabilites. I suggest making it 'create a random number in range 0 to (0.9*sum of probabilites)'. Edited: 2019-12-21, 18:12
Top Quote |
hessenfarmer |
Posted at: 2019-12-21, 18:53
in fact we just would need to square the values while putting them into the sorted list. Rest of the code would be untouched, as the random is just a rest of a division by the sum of all stored probs.
that would result in an 11% increase of the prob of the best tree. In our example 65% instead of 58%. May be still too low Top Quote |
JanO |
Posted at: 2019-12-22, 12:45
0.9 was just a guess. If 0.8 or 0.7 is more reasonable, just pick that. You could even make the number depending on tribe, win-condition, lunar phase or whatever Top Quote |
hessenfarmer |
Posted at: 2020-01-12, 20:42
while working on the amazons I found out that frisians have significantly less hammers in starting condition HQ then other tribes. (5 in comparison to at least 11) so i would vote to increase them to at least 10, cause these shaortge limits builders which are essential for a good economy grow up. Top Quote |
WorldSavior |
Posted at: 2020-01-12, 21:18
sounds reasonable Wanted to save the world, then I got widetracked Top Quote |
hessenfarmer |
Posted at: 2020-02-17, 17:33
With the hammers fixed now in our master branch, I feel we could remove the experimental mark from frisian. Top Quote |
Nordfriese |
Posted at: 2020-02-17, 18:34
+1 Top Quote |
the-x |
Posted at: 2020-02-17, 18:35
+1 Top Quote |