Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/ExternalEvaluation/MyExtension/Plugin/Protos/RepetitionsQualityMessage.proto @ 15014

Last change on this file since 15014 was 15014, checked in by pfleck, 7 years ago

Added code and tools for the ExternalEvaluationProblem. (e.g. Java-side evaluation)

File size: 423 bytes
Line 
1import "ExternalEvaluationMessages.proto";
2package HeuristicLab.Problems.ExternalEvaluation.RepetitionsExtension;
3option java_package = "com.heuristiclab.problems.externalevaluation.repetitionsextension";
4
5message 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.