aims-umich / neorl

NeuroEvolution Optimization with Reinforcement Learning
MIT License
51 stars 18 forks source link

Notes Error for SSA #26

Closed deanrp2 closed 2 years ago

deanrp2 commented 2 years ago

In third bullet point in "notes" section of SSA, the equation is missing a squared in the exponent: Currently: 2e^{-4g/ngen}

It should be 2e^{-(4g/ngen)^2}

mradaideh commented 2 years ago

@deanrp2 Thank you for this catch, fixed!