Changeset 9655 for branches/HivePerformance/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 06/24/13 20:22:11 (11 years ago)
- Location:
- branches/HivePerformance/sources
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HivePerformance/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 9618,9623-9624,9626,9647-9649,9652
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding merged: 9648-9649
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters/SymbolicExpressionTreeStringFormatter.cs
r9539 r9655 28 28 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { 29 29 30 [Item(" SymbolicExpressionTreeStringFormatter", "The default string formatter for symbolic expression trees.")]30 [Item("Default String Formatter", "The default string formatter for symbolic expression trees.")] 31 31 [StorableClass] 32 32 public class SymbolicExpressionTreeStringFormatter : NamedItem, ISymbolicExpressionTreeStringFormatter { -
branches/HivePerformance/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r9539 r9655 132 132 </Compile> 133 133 <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" /> 134 <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" /> 134 135 <Compile Include="Interfaces\IReadOnlySymbol.cs" /> 135 136 <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
Note: See TracChangeset
for help on using the changeset viewer.