Added COP-MZN-2013 scenario.#5
Merged
larskotthoff merged 3 commits intocoseal:masterfrom Mar 3, 2015
Merged
Conversation
added 2 commits
February 17, 2015 17:48
Contributor
|
Thanks, that looks good -- sorry for the delay. If you have the split into folds for the cross-validation that you used in the paper, could you add it please? Otherwise I'm happy to merge as-is. |
Contributor
Author
|
I should be able to reproduce the 5-repeated 5-fold validation, I'll add the data as soon as possible! |
Contributor
Author
|
Now added |
larskotthoff
added a commit
that referenced
this pull request
Mar 3, 2015
Added COP-MZN-2013 scenario.
Contributor
|
Thanks, merged! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The dataset is a collection of 2670 COP instances encoded in MiniZinc format.
Precisely:
For every instance of the dataset we generate a set of 155 features by using the
mzn2feat extractor available at http://www.cs.unibo.it/~amadini/sac_2014.zip
We used 12 different solvers that attended the MiniZinc Challenge 2012, namely:
bprolog, fzn2smt, g12cpx, g12fd, g12lazyfd, g12mip, gecode, izplus, jacop,
minisatid, mistral, and ortools.
We computed the runtimes on Intel Dual-Core 2.93GHz computers with 3 MB of
CPU cache, 2 GB of RAM, and Ubuntu 12.04 operating system. The runtimes refer to
the CPU time, computed by exploiting the Unix "time" command.