Changeset 15771 for branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions
- Timestamp:
- 02/13/18 16:56:35 (7 years ago)
- Location:
- branches/2895_PushGP_GenealogyAnalysis
- Files:
-
- 2 added
- 5 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/EnumerableExtensions.cs
r15273 r15771 1 namespace HeuristicLab.Problems.ProgramSynthesis .Base.Extensions{1 namespace HeuristicLab.Problems.ProgramSynthesis { 2 2 using System; 3 3 using System.Collections.Generic; -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/MathExtensions.cs
r15366 r15771 2 2 // ReSharper disable CompareOfFloatsByEqualityOperator 3 3 4 namespace HeuristicLab.Problems.ProgramSynthesis .Base.Extensions{4 namespace HeuristicLab.Problems.ProgramSynthesis { 5 5 public static class MathExtensions { 6 6 -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/NormalDistributedRandomExtensions.cs
r15289 r15771 1 namespace HeuristicLab.Problems.ProgramSynthesis .Base.Extensions{1 namespace HeuristicLab.Problems.ProgramSynthesis { 2 2 using System; 3 3 -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/StringExtensions.cs
r15341 r15771 1 1 using System; 2 2 3 namespace HeuristicLab.Problems.ProgramSynthesis .Base.Extensions{3 namespace HeuristicLab.Problems.ProgramSynthesis { 4 4 public static class StringExtensions { 5 5 public static bool IsNumeric(this string str) { -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/TypeExtensions.cs
r15334 r15771 1 1 using System; 2 2 3 namespace HeuristicLab.Problems.ProgramSynthesis .Base.Extensions{3 namespace HeuristicLab.Problems.ProgramSynthesis { 4 4 public static class TypeExtensions { 5 5 public static bool IsSubclass(this Type type, Type baseType) {
Note: See TracChangeset
for help on using the changeset viewer.