DrewSimtech / optimizer

for plotting convergance
0 stars 0 forks source link

Move tool version 1 into the lab #13

Closed DrewSimtech closed 6 years ago

DrewSimtech commented 6 years ago

As a developer I want to bring the code-base into the lab and recreate the test runs. This includes modifying python 3.X code to work on python 2.6.

DrewSimtech commented 6 years ago

Added comments on syntax differences to ticket #4 . Was able to recreate runs and it effectively followed the same Ackley function slope. However the random number generator draws differently on the two machines. Since this is only being used in Gaussian Reset portion of the code there are no changes to the way the slope is calculated, and the same extrema was hit. When restarting however, a new start point was randomized.