Created
January 8, 2017 16:43
-
-
Save deque-blog/2268df0bff07830c3c76a455b6581e36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto res = accumulate( | |
read(source), | |
std::make_tuple( | |
FindMinimum<double>()(), | |
GetAverage()(), | |
CountVariationBiggerThan(2)()), | |
par_steps( | |
FindMinimum<double>(), | |
GetAverage(), | |
CountVariationBiggerThan(2))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment