Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10111


Ignore:
Timestamp:
11/06/13 21:23:55 (10 years ago)
Author:
ascheibe
Message:

#1886 created a new Hive task that runs RunCollectionModifiers in Hive

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/HeuristicLab.Analysis.SolutionCaching-3.3.csproj

    r10102 r10111  
    7777      <Private>False</Private>
    7878    </Reference>
     79    <Reference Include="HeuristicLab.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     80      <SpecificVersion>False</SpecificVersion>
     81      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Hive-3.3.dll</HintPath>
     82      <Private>False</Private>
     83    </Reference>
    7984    <Reference Include="HeuristicLab.Operators-3.3">
    8085      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     
    149154    <Compile Include="RealVectorEncoding\RealVectorSolutionCacheCollector.cs" />
    150155    <Compile Include="RealVectorEncoding\RealVectorSolutionInformation.cs" />
     156    <Compile Include="RunCollectionModifiers\RunCollectionModifierTask.cs" />
    151157    <Compile Include="SolutionCache.cs" />
    152158    <Compile Include="SolutionInformation.cs" />
     
    157163    <None Include="Properties\AssemblyInfo.cs.frame" />
    158164  </ItemGroup>
     165  <ItemGroup />
    159166  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    160167  <PropertyGroup>
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/Visualization/Visualization.Designer.cs

    r9945 r10111  
    3636      this.pictureBox.Location = new System.Drawing.Point(12, 12);
    3737      this.pictureBox.Name = "pictureBox";
    38       this.pictureBox.Size = new System.Drawing.Size(282, 243);
     38      this.pictureBox.Size = new System.Drawing.Size(282, 270);
    3939      this.pictureBox.TabIndex = 0;
    4040      this.pictureBox.TabStop = false;
     
    4444      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    4545      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    46       this.ClientSize = new System.Drawing.Size(306, 267);
     46      this.ClientSize = new System.Drawing.Size(306, 294);
    4747      this.Controls.Add(this.pictureBox);
    4848      this.Name = "VisualizationForm";
Note: See TracChangeset for help on using the changeset viewer.