atgambardella / pytorch-es

Evolution Strategies in PyTorch
MIT License
349 stars 37 forks source link

Fixed issue where log(..., 2) was being written as (log(...), 2) ... … #8

Closed lolz0r closed 7 years ago

lolz0r commented 7 years ago

…the 2 in the original case was being compared inside a set to max(...) instead of being passed as a base-number to log(...)