Skip to content

Commit

Permalink
More test pairs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed May 8, 2024
1 parent edc31f7 commit 92d5997
Show file tree
Hide file tree
Showing 2 changed files with 1,151 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ namespace ioh::problem
this->optimum_.y = transform_objectives(0);
transform_variables(this->transformed_x);
this->optimum_.x = this->transformed_x;


std::cout << "max_long_value" << max_long_value << std::endl;
std::cout << "instance" << instance << std::endl;
std::cout << seed << std::endl;
std::cout << subtract_bits << std::endl;
std::cout << this->weights.size() << std::endl;
std::cout << format_vector(random_exponents) << std::endl;
std::cout << format_vector(this->weights) << std::endl;
}


Expand All @@ -114,12 +105,6 @@ namespace ioh::problem
this->weights[i] = 1 << exponent;
}

std::cout << seed << std::endl;
std::cout << subtract_bits << std::endl;
std::cout << this->weights.size() << std::endl;
std::cout << format_vector(random_exponents) << std::endl;
std::cout << format_vector(this->weights) << std::endl;

return this->timestep;
}

Expand Down
Loading

0 comments on commit 92d5997

Please sign in to comment.