@@ -75,7 +75,7 @@ static constexpr auto basic_6
7575 {.rot = do_affine_trans::yes, .shift = do_affine_trans::yes},
7676 std::tuple{
7777 cecxx::benchmark::detail::shift{},
78- cecxx::benchmark::detail::scale{2.048 / 100 },
78+ cecxx::benchmark::detail::scale{2.048 , 100 },
7979 cecxx::benchmark::detail::rotation{},
8080 cecxx::benchmark::detail::shift_by_scalar{1 },
8181 }
@@ -128,7 +128,7 @@ static constexpr auto basic_11 = detail::basic_problem_invoker{
128128 },
129129 std::tuple{
130130 cecxx::benchmark::detail::shift{},
131- cecxx::benchmark::detail::scale{5.12 / 100.0 },
131+ cecxx::benchmark::detail::scale{5.12 , 100.0 },
132132 cecxx::benchmark::detail::rotation{},
133133 cecxx::benchmark::detail::orthosymmetric_trans{},
134134 cecxx::benchmark::detail::asymmetric_trans<cecxx::benchmark::detail::scale>{0.2 },
@@ -145,7 +145,7 @@ static constexpr auto basic_12 = detail::basic_problem_invoker{
145145 },
146146 std::tuple{
147147 cecxx::benchmark::detail::shift{},
148- cecxx::benchmark::detail::scale{5.12 / 100.0 },
148+ cecxx::benchmark::detail::scale{5.12 , 100.0 },
149149 cecxx::benchmark::detail::rotation{},
150150 cecxx::benchmark::detail::orthosymmetric_trans{},
151151 cecxx::benchmark::detail::asymmetric_trans<cecxx::benchmark::detail::rotation>{0.2 },
@@ -159,7 +159,7 @@ static constexpr auto basic_13 = detail::basic_problem_invoker{
159159 {.rot = do_affine_trans::yes, .shift = do_affine_trans::yes},
160160 std::tuple{
161161 cecxx::benchmark::detail::shift{},
162- cecxx::benchmark::detail::scale{5.12 / 100 },
162+ cecxx::benchmark::detail::scale{5.12 , 100 },
163163 cecxx::benchmark::detail::rotation{},
164164 cecxx::benchmark::detail::power_scale3{},
165165 cecxx::benchmark::detail::orthosymmetric_trans{},
@@ -172,7 +172,7 @@ static constexpr auto basic_13 = detail::basic_problem_invoker{
172172static constexpr auto basic_14 = detail::basic_problem_invoker{
173173 cecxx::functions::multimodal::schwefel,
174174 {.rot = do_affine_trans::no, .shift = do_affine_trans::yes},
175- std::tuple{cecxx::benchmark::detail::shift{}, cecxx::benchmark::detail::scale{10 },
175+ std::tuple{cecxx::benchmark::detail::shift{}, cecxx::benchmark::detail::scale{1000 , 100 },
176176 cecxx::benchmark::detail::rotation{}, cecxx::benchmark::detail::power_scale2{},
177177 cecxx::benchmark::detail::shift_by_scalar{4.209687462275036e+002 }},
178178
@@ -181,7 +181,7 @@ static constexpr auto basic_14 = detail::basic_problem_invoker{
181181static constexpr auto basic_15 = detail::basic_problem_invoker{
182182 cecxx::functions::multimodal::schwefel,
183183 {.rot = do_affine_trans::yes, .shift = do_affine_trans::yes},
184- std::tuple{cecxx::benchmark::detail::shift{}, cecxx::benchmark::detail::scale{10 },
184+ std::tuple{cecxx::benchmark::detail::shift{}, cecxx::benchmark::detail::scale{1000 , 100 },
185185 cecxx::benchmark::detail::rotation{}, cecxx::benchmark::detail::power_scale2{},
186186 cecxx::benchmark::detail::shift_by_scalar{4.209687462275036e+002 }},
187187
@@ -192,7 +192,7 @@ static constexpr auto basic_16 = detail::basic_problem_invoker{
192192 {.rot = do_affine_trans::yes, .shift = do_affine_trans::yes},
193193 std::tuple{
194194 cecxx::benchmark::detail::shift{},
195- cecxx::benchmark::detail::scale{0.05 },
195+ cecxx::benchmark::detail::scale{5.0 , 100.0 },
196196 cecxx::benchmark::detail::rotation{},
197197 cecxx::benchmark::detail::power_scale2{10.0 },
198198 cecxx::benchmark::detail::rotation{.do_stride = true },
@@ -217,7 +217,7 @@ static constexpr auto basic_19 = detail::basic_problem_invoker{
217217 {.rot = do_affine_trans::yes, .shift = do_affine_trans::yes},
218218 std::tuple{
219219 cecxx::benchmark::detail::shift{},
220- cecxx::benchmark::detail::scale{0.05 },
220+ cecxx::benchmark::detail::scale{5 , 100 },
221221 cecxx::benchmark::detail::rotation{},
222222 cecxx::benchmark::detail::shift_by_scalar<cecxx::benchmark::detail::scale>{1 },
223223 },
0 commit comments