cmaron / CS-7641-assignments

CS 7641 - All the code
MIT License
158 stars 124 forks source link

Update 'param' output in best_results.csv #5

Closed nickzelei closed 5 years ago

nickzelei commented 5 years ago

The last character of the params was being chopped off to eliminate the trial number when writing to the best_results.csv for the toy problems. This was having the undesired effect of chopping off the final number for the optimization problems. This fixes that.