Changeset 16552 for branches/2520_PersistenceReintegration
- Timestamp:
- 01/24/19 19:20:29 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation.GP/3.5
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation.GP/3.5/ExternalEvaluationSymbolicExpressionTreeBinaryConverter.cs
r16462 r16552 26 26 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 27 27 using HEAL.Fossil; 28 using System; 28 29 29 30 namespace HeuristicLab.Problems.ExternalEvaluation.GP { 30 [Item("SymbolicExpressionTreeBinaryConverter", "Converts a symbolic expression tree into a binary representation by iterating over all nodes in a prefix way. The binary format is defined in HeuristicLab.Persistence.")]31 [Item("SymbolicExpressionTreeBinaryConverter", "Converts a symbolic expression tree into a binary representation by prefix iteration over all nodes in the tree. The binary format is defined in HeuristicLab.Persistence.")] 31 32 [StorableType("E3C9DE32-6EF2-4BA5-AFDF-23AE7D198AC6")] 33 [Obsolete("Use the SymbolicExpressionTreeProtobufConverter instead; The SymbolicExpressionTreeBinaryConverter uses the old serialization format and will be removed in the next major release of HeuristicLab.")] 32 34 public class SymbolicExpressionTreeBinaryConverter : SymbolicExpressionTreeConverter { 33 35 [StorableConstructor] -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation.GP/3.5/HeuristicLab.Problems.ExternalEvaluation.GP-3.5.csproj
r16539 r16552 132 132 <None Include="Plugin.cs.frame" /> 133 133 <Compile Include="ExternalEvaluationExpressionGrammar.cs" /> 134 <Compile Include="SymbolicExpressionTreeProtobufConverter.cs" /> 134 135 <Compile Include="ExternalEvaluationSymbolicExpressionTreeBinaryConverter.cs" /> 135 136 <Compile Include="ExternalEvaluationSymbolicExpressionTreeConverter.cs" />
Note: See TracChangeset
for help on using the changeset viewer.