simopt-admin / simopt

A testbed of simulation-optimization problems and solvers
MIT License
56 stars 24 forks source link

Improve Performance for Adaptive Algorithms #1

Closed kekonrad closed 4 years ago

kekonrad commented 4 years ago

After examining causes of ASTRDF's slow performance, I found that certain simple functions were unnecessary when runlength==1, but they were adding significant time for the solver. These changes have now improved the adaptive sampling performance on these functions.

simopt-admin commented 4 years ago

Changes all look good. I will merge with the master branch.