Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/11 19:00:35 (13 years ago)
Author:
gkronber
Message:

#1418 pulled external evaluation plugin to version 3.4

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4
Files:
1 deleted
4 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4/HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.4.csproj

    r5563 r5572  
    66    <ProductVersion>8.0.30703</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{1778134B-866B-4CB3-BFC0-52B2FAAA5777}</ProjectGuid>
     8    <ProjectGuid>{A0AF4D54-6A04-483E-A26D-97F8C1141526}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.GP.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
     
    148148      <Name>HeuristicLab.Data-3.3</Name>
    149149    </ProjectReference>
    150     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    151       <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    152       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
     150    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
     151      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
     152      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    153153    </ProjectReference>
    154154    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
     
    164164      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    165165    </ProjectReference>
    166     <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation.GP\3.3\HeuristicLab.Problems.ExternalEvaluation.GP-3.3.csproj">
    167       <Project>{E86E215D-E3CE-4244-978D-555D4E17AC09}</Project>
    168       <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.3</Name>
     166    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
     167      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
     168      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
     169    </ProjectReference>
     170    <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation.GP\3.4\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj">
     171      <Project>{B7A64A60-B538-479F-9C47-A3180C458F6C}</Project>
     172      <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.4</Name>
    169173    </ProjectReference>
    170174  </ItemGroup>
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4/HeuristicLabProblemsExternalEvaluationGPViewsPlugin.cs.frame

    r5446 r5572  
    2727
    2828namespace HeuristicLab.Problems.ExternalEvaluation.GP.Views {
    29   [Plugin("HeuristicLab.Problems.ExternalEvaluation.GP.Views", "3.3.3.$WCREV$")]
    30   [PluginFile("HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll", PluginFileType.Assembly)]
     29  [Plugin("HeuristicLab.Problems.ExternalEvaluation.GP.Views", "3.4.0.$WCREV$")]
     30  [PluginFile("HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.4.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
     
    3535  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3636  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    37   [PluginDependency("HeuristicLab.Problems.ExternalEvaluation.GP", "3.3")]
    38   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3")]
     37  [PluginDependency("HeuristicLab.Problems.ExternalEvaluation.GP", "3.4")]
     38  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    3939  public class HeuristicLabProblemsExternalEvaluationGPViewsPlugin : PluginBase { }
    4040}
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4/Properties/AssemblyInfo.frame

    r5446 r5572  
    2121
    2222// The following GUID is for the ID of the typelib if this project is exposed to COM
    23 [assembly: Guid("a46c53b9-5135-4640-9c67-a038afb891fd")]
     23[assembly:Guid("EE45D88C-CC4C-4C7F-B31C-A94597E1323B")]
    2424
    2525// Version information for an assembly consists of the following four values:
     
    3333// by using the '*' as shown below:
    3434// [assembly: AssemblyVersion("1.0.*")]
    35 [assembly: AssemblyVersion("3.3.0.0")]
    36 [assembly: AssemblyFileVersion("3.3.3.$WCREV$")]
     35[assembly: AssemblyVersion("3.4.0.0")]
     36[assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4/VariableSymbolView.Designer.cs

    r5466 r5572  
    2828      this.parametersTabPage = new System.Windows.Forms.TabPage();
    2929      this.groupBox2 = new System.Windows.Forms.GroupBox();
    30       this.weightManipulatorNuTextBox = new System.Windows.Forms.TextBox();
     30      this.weightManipulatorMuTextBox = new System.Windows.Forms.TextBox();
    3131      this.label3 = new System.Windows.Forms.Label();
    3232      this.weightManipulatorSigmaTextBox = new System.Windows.Forms.TextBox();
    3333      this.label4 = new System.Windows.Forms.Label();
    3434      this.groupBox1 = new System.Windows.Forms.GroupBox();
    35       this.weightNuTextBox = new System.Windows.Forms.TextBox();
     35      this.weightMuTextBox = new System.Windows.Forms.TextBox();
    3636      this.label1 = new System.Windows.Forms.Label();
    3737      this.label2 = new System.Windows.Forms.Label();
     
    9191      // groupBox2
    9292      //
    93       this.groupBox2.Controls.Add(this.weightManipulatorNuTextBox);
     93      this.groupBox2.Controls.Add(this.weightManipulatorMuTextBox);
    9494      this.groupBox2.Controls.Add(this.label3);
    9595      this.groupBox2.Controls.Add(this.weightManipulatorSigmaTextBox);
     
    104104      // weightManipulatorNuTextBox
    105105      //
    106       this.weightManipulatorNuTextBox.Location = new System.Drawing.Point(61, 31);
    107       this.weightManipulatorNuTextBox.Name = "weightManipulatorNuTextBox";
    108       this.weightManipulatorNuTextBox.Size = new System.Drawing.Size(100, 20);
    109       this.weightManipulatorNuTextBox.TabIndex = 1;
    110       this.weightManipulatorNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
     106      this.weightManipulatorMuTextBox.Location = new System.Drawing.Point(61, 31);
     107      this.weightManipulatorMuTextBox.Name = "weightManipulatorNuTextBox";
     108      this.weightManipulatorMuTextBox.Size = new System.Drawing.Size(100, 20);
     109      this.weightManipulatorMuTextBox.TabIndex = 1;
     110      this.weightManipulatorMuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
    111111      //
    112112      // label3
     
    138138      // groupBox1
    139139      //
    140       this.groupBox1.Controls.Add(this.weightNuTextBox);
     140      this.groupBox1.Controls.Add(this.weightMuTextBox);
    141141      this.groupBox1.Controls.Add(this.label1);
    142142      this.groupBox1.Controls.Add(this.label2);
     
    151151      // weightNuTextBox
    152152      //
    153       this.weightNuTextBox.Location = new System.Drawing.Point(61, 19);
    154       this.weightNuTextBox.Name = "weightNuTextBox";
    155       this.weightNuTextBox.Size = new System.Drawing.Size(100, 20);
    156       this.weightNuTextBox.TabIndex = 1;
    157       this.weightNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
     153      this.weightMuTextBox.Location = new System.Drawing.Point(61, 19);
     154      this.weightMuTextBox.Name = "weightNuTextBox";
     155      this.weightMuTextBox.Size = new System.Drawing.Size(100, 20);
     156      this.weightMuTextBox.TabIndex = 1;
     157      this.weightMuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
    158158      //
    159159      // label1
     
    213213    private System.Windows.Forms.TabPage parametersTabPage;
    214214    private System.Windows.Forms.GroupBox groupBox2;
    215     private System.Windows.Forms.TextBox weightManipulatorNuTextBox;
     215    private System.Windows.Forms.TextBox weightManipulatorMuTextBox;
    216216    private System.Windows.Forms.Label label3;
    217217    private System.Windows.Forms.TextBox weightManipulatorSigmaTextBox;
    218218    private System.Windows.Forms.Label label4;
    219219    private System.Windows.Forms.GroupBox groupBox1;
    220     private System.Windows.Forms.TextBox weightNuTextBox;
     220    private System.Windows.Forms.TextBox weightMuTextBox;
    221221    private System.Windows.Forms.Label label1;
    222222    private System.Windows.Forms.Label label2;
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4/VariableSymbolView.cs

    r5445 r5572  
    3232namespace HeuristicLab.Problems.ExternalEvaluation.GP.Views {
    3333  [View("Variable View")]
    34   [Content(typeof(Variable), IsDefaultView = true)]
     34  [Content(typeof(Variable))]
    3535  public sealed partial class VariableSymbolView : NamedItemView {
    3636    private CheckedItemCollectionView<StringValue> variableNamesView;
     
    3838    private bool suppressDownstreamSynchronization;
    3939
    40     public new Variable Content {
    41       get { return (Variable)base.Content; }
     40    public new HeuristicLab.Problems.DataAnalysis.Symbolic.Variable Content {
     41      get { return (HeuristicLab.Problems.DataAnalysis.Symbolic.Variable)base.Content; }
    4242      set { base.Content = value; }
    4343    }
     
    9191    private void SynchronizeParameters() {
    9292      suppressDownstreamSynchronization = true;
    93       weightNuTextBox.Text = Content.WeightNu.ToString();
     93      weightMuTextBox.Text = Content.WeightMu.ToString();
    9494      weightSigmaTextBox.Text = Content.WeightSigma.ToString();
    95       weightManipulatorNuTextBox.Text = Content.WeightManipulatorNu.ToString();
     95      weightManipulatorMuTextBox.Text = Content.WeightManipulatorMu.ToString();
    9696      weightManipulatorSigmaTextBox.Text = Content.WeightManipulatorSigma.ToString();
    9797      suppressDownstreamSynchronization = false;
     
    100100    protected override void SetEnabledStateOfControls() {
    101101      base.SetEnabledStateOfControls();
    102       weightNuTextBox.Enabled = !ReadOnly && Content != null;
     102      weightMuTextBox.Enabled = !ReadOnly && Content != null;
    103103      weightSigmaTextBox.Enabled = !ReadOnly && Content != null;
    104       weightManipulatorNuTextBox.Enabled = !ReadOnly && Content != null;
     104      weightManipulatorMuTextBox.Enabled = !ReadOnly && Content != null;
    105105      weightManipulatorSigmaTextBox.Enabled = !ReadOnly && Content != null;
    106106    }
     
    122122          e.Cancel = true;
    123123        else {
    124           if (textBox == weightNuTextBox) {
    125             Content.WeightNu = value;
     124          if (textBox == weightMuTextBox) {
     125            Content.WeightMu = value;
    126126          } else if (textBox == weightSigmaTextBox) {
    127127            Content.WeightSigma = value;
    128           } else if (textBox == weightManipulatorNuTextBox) {
    129             Content.WeightManipulatorNu = value;
     128          } else if (textBox == weightManipulatorMuTextBox) {
     129            Content.WeightManipulatorMu = value;
    130130          } else if (textBox == weightManipulatorSigmaTextBox) {
    131131            Content.WeightManipulatorSigma = value;
Note: See TracChangeset for help on using the changeset viewer.