Closed sile closed 3 years ago
We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/dataset.rs | 0 | 3 | 0.0% | ||
src/dataset/surrogate.rs | 0 | 145 | 0.0% | ||
<!-- | Total: | 0 | 148 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 605080038: | -1.0% |
Covered Lines: | 1104 |
Relevant Lines: | 11348 |
This PR adds a command to build a surrogate model from Optuna study. The built model can be used as a surrogate model based problem (i.e., as the input for the
$ kurobako problem surrogate
command).Usage