Dan Haiduc
Dan Haiduc
testing please review
testing again please review
please review should work now
@maciejbozemoj I guess a workaround would be to run everything in a virtual machine, and configure the VM to use the proxy.
I can't help but think... why not make a closure at the fitness evaluation? 1) Numpy is perfectly capable of handling infinities. Wouldn't an infinite cost work as "this example...
@hwulfmeyer That is true. But removing numerically unstable individuals means the remaining ones will be stable. It is objectively much worse to be unstable, in a model. We might lose...
> Complexity is not something that necessarily needs to be optimized. Sure, it's not mandatory, but is a good second-metric to be good at, because all things being equal, you...
If the noise is a large component of the function, as opposed to the signal, my guess is that the algorithm will have more trouble finding global maxima, as the...
I tried out `renderAlgorithm` from `Animations.py` with the following new function adding high-frequency cosines to `griewank`: ```python def griewank_random(vector): noise = math.cos(vector[0] * 1000) + math.cos(vector[1] * 1000) return griewank(vector)...
Speaking for myself (since OP didn't respond yet), the reason I want this is because the browser popup is too easy to close. If I want to copy something from...