Changeset 13011 for branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods
- Timestamp:
- 10/15/15 15:59:50 (9 years ago)
- Location:
- branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods/GetEnergy.cs
r13010 r13011 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 27 namespace HeuristicLab.Problems. Robocode {27 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 28 28 [StorableClass] 29 29 public class GetEnergy : CodeNode, INumericalMethod { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods/GetGunHeading.cs
r13010 r13011 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 27 namespace HeuristicLab.Problems. Robocode {27 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 28 28 [StorableClass] 29 29 public class GetGunHeading : CodeNode, INumericalMethod { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods/GetHeading.cs
r13010 r13011 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 27 namespace HeuristicLab.Problems. Robocode {27 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 28 28 [StorableClass] 29 29 public class GetHeading : CodeNode, INumericalMethod { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods/GetRadarHeading.cs
r13010 r13011 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 27 namespace HeuristicLab.Problems. Robocode {27 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 28 28 [StorableClass] 29 29 public class GetRadarHeading : CodeNode, INumericalMethod { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods/GetX.cs
r13010 r13011 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 27 namespace HeuristicLab.Problems. Robocode {27 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 28 28 [StorableClass] 29 29 public class GetX : CodeNode, INumericalMethod { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods/GetY.cs
r13010 r13011 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 27 namespace HeuristicLab.Problems. Robocode {27 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 28 28 [StorableClass] 29 29 public class GetY : CodeNode, INumericalMethod { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Methods/INumericalMethod.cs
r13010 r13011 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems. Robocode {22 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 23 23 public interface INumericalMethod { } 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.