Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/spsa #117

Merged
merged 5 commits into from
Feb 8, 2019
Merged

Feature/spsa #117

merged 5 commits into from
Feb 8, 2019

Conversation

einar90
Copy link
Contributor

@einar90 einar90 commented Jan 15, 2019

Implemented Simultaneous Perturbation Simulated Annealing algorithm, along with unit tests and an example driver file (for the 5spot deck).

This required adding a function in math.hpp for generating a vector of numbers drawn from a symmetric Bernoulli distribution.

This should be merged after the CMake cleanup PR.

Implemented Simultaneous Perturbation Simulated Annealing algorithm, along with unit tests and an example driver file (for the 5spot deck).

This required adding a function in math.hpp for generating a vector of numbers drawn from a symmetric Bernoulli distribution.
@einar90 einar90 requested a review from bragesk January 15, 2019 15:03
@einar90 einar90 merged commit fbb48b7 into develop Feb 8, 2019
@einar90 einar90 deleted the feature/SPSA branch February 8, 2019 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants