simopt-admin / simopt

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

adding new solver: SASGS #3

Closed sshashaa closed 4 years ago

simopt-admin commented 4 years ago

Found similar issues to SSSGD:

  1. File is names SASGD.m but function is names ASGD. Same for header.

  2. Solver should use VarBds to check variable bounds if it's to handle box constraints on the decision variables.

  3. Code threw an error. Appears that eta variable in line 177 is not passed into SampleSize function.