CodingTrain / NeuroEvolution-Vehicles

Raw code from Live Stream May 13 2019
105 stars 17 forks source link

correct base and exponent in pow function #2

Open mvaios opened 5 years ago

mvaios commented 5 years ago

I think you meant to raise the fitness to the power of two and not the opposite. i might be wrong though.

GypsyDangerous commented 4 years ago

I believe that Dan intended it to be 2^fitness because 2^x increases faster than x^2 which means that agents that do good do ALOT better than agents that do bad. am I right @shiffman