Last change
on this file since 17369 was
15014,
checked in by pfleck, 8 years ago
|
Added code and tools for the ExternalEvaluationProblem. (e.g. Java-side evaluation)
|
File size:
423 bytes
|
Line | |
---|
1 | import "ExternalEvaluationMessages.proto";
|
---|
2 | package HeuristicLab.Problems.ExternalEvaluation.RepetitionsExtension;
|
---|
3 | option java_package = "com.heuristiclab.problems.externalevaluation.repetitionsextension";
|
---|
4 |
|
---|
5 | message RepetitionsResponse {
|
---|
6 | extend HeuristicLab.Problems.ExternalEvaluation.QualityMessage {
|
---|
7 | required int32 repetitions = 1010;
|
---|
8 | optional double variance = 1020;
|
---|
9 | optional int32 numFailed = 1030;
|
---|
10 | }
|
---|
11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.