Changeset 13011 for branches/Robocode.TrunkInt
- Timestamp:
- 10/15/15 15:59:50 (9 years ago)
- Location:
- branches/Robocode.TrunkInt
- Files:
-
- 74 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/BattleRunnerDialog.Designer.cs
r13010 r13011 19 19 */ 20 20 #endregion 21 namespace HeuristicLab.Problems. Robocode.Views{21 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 22 22 partial class BattleRunnerDialog { 23 23 /// <summary> … … 54 54 this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); 55 55 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 56 this.enemyCollectionView = new HeuristicLab.Problems.Robocode.Views.EnemyCollectionView();56 this.enemyCollectionView = new EnemyCollectionView(); 57 57 ((System.ComponentModel.ISupportInitialize)(this.nrOfRoundsNumericUpDown)).BeginInit(); 58 58 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/BattleRunnerDialog.cs
r13010 r13011 23 23 using System.Windows.Forms; 24 24 using HeuristicLab.Common; 25 using HeuristicLab.Problems.GeneticProgramming.RoboCode; 25 26 26 namespace HeuristicLab.Problems. Robocode.Views{27 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 27 28 public partial class BattleRunnerDialog : Form { 28 29 public int NrOfRounds { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/CodeNodeView.Designer.cs
r13010 r13011 19 19 */ 20 20 #endregion 21 namespace HeuristicLab.Problems. Robocode {21 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 22 22 partial class CodeNodeView { 23 23 /// <summary> -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/CodeNodeView.cs
r13010 r13011 23 23 using HeuristicLab.Core.Views; 24 24 using HeuristicLab.MainForm; 25 using HeuristicLab.Problems.GeneticProgramming.RoboCode; 25 26 26 namespace HeuristicLab.Problems. Robocode {27 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 27 28 [View("CodeNode View")] 28 29 [Content(typeof(CodeNode), IsDefaultView = true)] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/EnemyCollectionView.Designer.cs
r13010 r13011 21 21 22 22 23 namespace HeuristicLab.Problems. Robocode.Views{23 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 24 24 partial class EnemyCollectionView { 25 25 /// <summary> -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/EnemyCollectionView.cs
r13010 r13011 22 22 using System.Windows.Forms; 23 23 using HeuristicLab.MainForm; 24 using HeuristicLab.Problems.GeneticProgramming.RoboCode; 24 25 25 namespace HeuristicLab.Problems. Robocode.Views{26 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 26 27 [View("EnemyCollection View")] 27 28 [Content(typeof(EnemyCollection), true)] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/Plugin.cs.frame
r13010 r13011 27 27 using HeuristicLab.PluginInfrastructure; 28 28 29 namespace HeuristicLab.Problems. Robocode.Views29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode.Views 30 30 { 31 31 [Plugin("HeuristicLab.Problems.Robocode.Views", "The Robocode problem for genetic programming.", "3.3.9.$WCREV$")] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionCodeView.Designer.cs
r13010 r13011 19 19 */ 20 20 #endregion 21 namespace HeuristicLab.Problems. Robocode {21 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 22 22 partial class SolutionCodeView { 23 23 /// <summary> -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionCodeView.cs
r13010 r13011 25 25 using HeuristicLab.Core.Views; 26 26 using HeuristicLab.MainForm; 27 using HeuristicLab.Problems. Robocode.Views;27 using HeuristicLab.Problems.GeneticProgramming.RoboCode; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 30 30 [View("Robocode Tank Code View")] 31 31 [Content(typeof(Solution), IsDefaultView = true)] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionProgramView.Designer.cs
r13010 r13011 22 22 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views; 23 23 24 namespace HeuristicLab.Problems. Robocode {24 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 25 25 partial class SolutionProgramView { 26 26 private void InitializeComponent() { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionProgramView.cs
r13010 r13011 22 22 using HeuristicLab.Core.Views; 23 23 using HeuristicLab.MainForm; 24 using HeuristicLab.Problems.GeneticProgramming.RoboCode; 24 25 25 namespace HeuristicLab.Problems. Robocode {26 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode { 26 27 [View("Robocode Tank Program Tree View")] 27 28 [Content(typeof(Solution), IsDefaultView = false)] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BestSolutionAnalyzer.cs
r13010 r13011 29 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 30 30 31 namespace HeuristicLab.Problems. Robocode {31 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 32 32 [StorableClass] 33 33 [Item("Best Tank Program Analyzer", -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/EnemyCollection.cs
r13010 r13011 29 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 30 30 31 namespace HeuristicLab.Problems. Robocode {31 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 32 32 [Item("EnemyCollection", "A collection of enemy robots.")] 33 33 [StorableClass] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Grammar.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 [Item("Robocode Grammar", "The grammar for the Robocode GP problem.")] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Interpreter.cs
r13010 r13011 30 30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 31 31 32 namespace HeuristicLab.Problems. Robocode {32 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 33 33 public static class Interpreter { 34 34 public static double EvaluateTankProgram(ISymbolicExpressionTree tree, string path, EnemyCollection enemies, string robotName = null, bool showUI = false, int nrOfRounds = 3) { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Plugin.cs.frame
r13010 r13011 27 27 using HeuristicLab.PluginInfrastructure; 28 28 29 namespace HeuristicLab.Problems. Robocode29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode 30 30 { 31 31 [Plugin("HeuristicLab.Problems.Robocode", "The Robocode problem for genetic programming.", "3.3.9.$WCREV$")] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs
r13010 r13011 29 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 30 30 31 namespace HeuristicLab.Problems. Robocode {31 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 32 32 [StorableClass] 33 33 [Item("Robocode Evaluator", "Evaluator for the Robocode GP problem.")] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeProblem.cs
r13010 r13011 30 30 using HeuristicLab.PluginInfrastructure; 31 31 32 namespace HeuristicLab.Problems. Robocode {32 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 33 33 [StorableClass] 34 34 [Creatable("Problems")] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Solution.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 [Item("Solution", "Robocode program and configuration.")] -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Block.cs
r13010 r13011 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 28 namespace HeuristicLab.Problems. Robocode {28 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 29 29 [StorableClass] 30 30 public class Block : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/CodeNode.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 abstract class CodeNode : Symbol { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Events/EmptyEvent.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 EmptyEvent : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Events/OnBulletHit.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class OnBulletHit : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Events/OnBulletMissed.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class OnBulletMissed : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Events/OnHitByBullet.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class OnHitByBullet : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Events/OnHitRobot.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class OnHitRobot : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Events/OnHitWall.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class OnHitWall : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Events/OnScannedRobot.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class OnScannedRobot : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Event Methods/Run.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Run : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/BooleanTreeNode.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 BooleanTreeNode : SymbolicExpressionTreeTerminalNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Conjunction.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Conjunction : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Disjunction.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Disjunction : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Logical Comparators/Equal.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Equal : CodeNode, ILogicalComparator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Logical Comparators/GreaterThan.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class GreaterThan : CodeNode, ILogicalComparator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Logical Comparators/GreaterThanOrEqual.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class GreaterThanOrEqual : CodeNode, ILogicalComparator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Logical Comparators/ILogicalComparator.cs
r13010 r13011 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems. Robocode {22 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 23 23 public interface ILogicalComparator { } 24 24 } -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Logical Comparators/LessThan.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class LessThan : CodeNode, ILogicalComparator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Logical Comparators/LessThanOrEqual.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class LessThanOrEqual : CodeNode, ILogicalComparator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/LogicalExpression.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class LogicalExpression : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/LogicalValue.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 LogicalValue : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Negation.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Negation : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/Number.cs
r13010 r13011 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 28 namespace HeuristicLab.Problems. Robocode {28 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 29 29 [StorableClass] 30 30 public class Number : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/NumberTreeNode.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 NumberTreeNode : SymbolicExpressionTreeTerminalNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/Numerical Operators/Addition.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Addition : CodeNode, INumericalOperator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/Numerical Operators/Division.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Division : CodeNode, INumericalOperator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/Numerical Operators/INumericalOperator.cs
r13010 r13011 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems. Robocode {22 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 23 23 public interface INumericalOperator { } 24 24 } -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/Numerical Operators/Modulus.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Modulus : CodeNode, INumericalOperator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/Numerical Operators/Multiplication.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Multiplication : CodeNode, INumericalOperator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/Numerical Operators/Subtraction.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Subtraction : CodeNode, INumericalOperator { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/NumericalExpression.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class NumericalExpression : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/ShotPower.cs
r13010 r13011 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 28 namespace HeuristicLab.Problems. Robocode {28 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 29 29 [StorableClass] 30 30 public class ShotPower : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Numerical Expressions/ShotPowerTreeNode.cs
r13010 r13011 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 28 namespace HeuristicLab.Problems. Robocode {28 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 29 29 [StorableClass] 30 30 public class ShotPowerTreeNode : SymbolicExpressionTreeTerminalNode { -
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 } -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Program.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 Program : Symbol { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Stat.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Stat : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Statements/IfThenElseStat.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class IfThenElseStat : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Statements/WhileStat.cs
r13010 r13011 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 28 namespace HeuristicLab.Problems. Robocode {28 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 29 29 [StorableClass] 30 30 public class WhileStat : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Tank.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Tank : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/Ahead.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Ahead : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/Back.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Back : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/DoNothing.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 DoNothing : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/Fire.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class Fire : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/TurnGunLeft.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class TurnGunLeft : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/TurnGunRight.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class TurnGunRight : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/TurnLeft.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class TurnLeft : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/TurnRadarLeft.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class TurnRadarLeft : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/TurnRadarRight.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class TurnRadarRight : CodeNode { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Void Methods/TurnRight.cs
r13010 r13011 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Problems. Robocode {29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode { 30 30 [StorableClass] 31 31 public class TurnRight : CodeNode {
Note: See TracChangeset
for help on using the changeset viewer.