- Timestamp:
- 05/31/10 21:06:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ExternalEvaluationMessages.proto
r3872 r3881 14 14 required string name = 1; 15 15 repeated int32 data = 2; 16 optional int32 length = 3; 16 17 } 17 18 repeated IntegerArrayVariable integerArrayVars = 3; … … 26 27 required string name = 1; 27 28 repeated double data = 2; 29 optional int32 length = 3; 28 30 } 29 31 repeated DoubleArrayVariable doubleArrayVars = 5; … … 38 40 required string name = 1; 39 41 repeated bool data = 2; 42 optional int32 length = 3; 40 43 } 41 44 repeated BoolArrayVariable boolArrayVars = 7; … … 50 53 required string name = 1; 51 54 repeated string data = 2; 55 optional int32 length = 3; 52 56 } 53 57 repeated StringArrayVariable stringArrayVars = 9;
Note: See TracChangeset
for help on using the changeset viewer.