Skip to content
Snippets Groups Projects
Commit e5ca06df authored by Thomas Purcell's avatar Thomas Purcell
Browse files

See if the current test passes on the runners

parent 9e9c7f94
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ protected: ...@@ -41,7 +41,7 @@ protected:
std::default_random_engine generator(0); std::default_random_engine generator(0);
nlopt::srand(42); nlopt::srand(42);
std::uniform_real_distribution<double> distribution_feats(-100.0, 100.0); std::uniform_real_distribution<double> distribution_feats(-100.0, 100.0);
std::uniform_real_distribution<double> distribution_params(-2.00, 2.00); std::uniform_real_distribution<double> distribution_params(-1.50, 1.50);
for (int ii = 0; ii < _task_sizes_train[0]; ++ii) for (int ii = 0; ii < _task_sizes_train[0]; ++ii)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment