Summary
- Pushing k loop down through clip_variance_level. (details)
- Udpates to make it possible for us to keep certain parameters equal to each other during tuning. (details)
- Updates to improve error checking for the tuner, updates to comments. (details)
- Getting rid of a duplication of code. (details)
- Updating name of l_vary_params_together flag to l_keep_params_equal, since this is probably more clear and also is more consistent with my comments in the code. (details)
- Further tuner updates. These updates introduce the option to give a minimum value for tuned parameters. Error checks are included. (details)
- Removing an old comment (details)
- Updating some comments related to the tuner updates. (details)
- Update README (details)
- Minor updates requested in pull request: renaming a variable and adding some comments. (details)