Skip to content

Commit

Permalink
updated cauction default parameters to produce results similar to lea…
Browse files Browse the repository at this point in the history
…rn2branch
  • Loading branch information
jdumouchelle authored and jdumouchelle committed Jan 14, 2022
1 parent 272e586 commit 8ceaebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libecole/include/ecole/instance/combinatorial-auction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ECOLE_EXPORT CombinatorialAuctionGenerator : public InstanceGenerator {
unsigned int min_value = 1; // NOLINT(readability-magic-numbers)
unsigned int max_value = 100; // NOLINT(readability-magic-numbers)
double value_deviation = 0.5; // NOLINT(readability-magic-numbers)
double add_item_prob = 0.65; // NOLINT(readability-magic-numbers)
double add_item_prob = 0.635; // NOLINT(readability-magic-numbers)
std::size_t max_n_sub_bids = 5; // NOLINT(readability-magic-numbers)
double additivity = 0.2; // NOLINT(readability-magic-numbers)
double budget_factor = 1.5; // NOLINT(readability-magic-numbers)
Expand Down

0 comments on commit 8ceaebc

Please sign in to comment.