Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/10 01:13:49 (13 years ago)
Author:
cneumuel
Message:

#1215

  • added possibility to create all parameter combinations from a ParameterConfigurationTree and generate an experiment from them
Location:
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3
Files:
6 added
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/HeuristicLab.Problems.MetaOptimization.Views-3.3.csproj

    r5111 r5144  
    9999      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    100100    </Reference>
     101    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     102      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     103    </Reference>
     104    <Reference Include="HeuristicLab.Optimization.Views-3.3">
     105      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     106    </Reference>
    101107    <Reference Include="HeuristicLab.Parameters-3.3">
    102108      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
     
    126132      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
    127133    </Compile>
     134    <Compile Include="MetaOptimizationProblemView.cs">
     135      <SubType>UserControl</SubType>
     136    </Compile>
     137    <Compile Include="MetaOptimizationProblemView.Designer.cs">
     138      <DependentUpon>MetaOptimizationProblemView.cs</DependentUpon>
     139    </Compile>
    128140    <Compile Include="OptimizableView.cs">
    129141      <SubType>UserControl</SubType>
     
    133145    </Compile>
    134146    <None Include="Properties\AssemblyInfo.cs.frame" />
    135     <Compile Include="RootValueConfigurationView.cs">
    136       <SubType>UserControl</SubType>
    137     </Compile>
    138     <Compile Include="RootValueConfigurationView.Designer.cs">
    139       <DependentUpon>RootValueConfigurationView.cs</DependentUpon>
     147    <Compile Include="ParameterConfigurationTreeView.cs">
     148      <SubType>UserControl</SubType>
     149    </Compile>
     150    <Compile Include="ParameterConfigurationTreeView.Designer.cs">
     151      <DependentUpon>ParameterConfigurationTreeView.cs</DependentUpon>
    140152    </Compile>
    141153    <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemList.cs">
     
    171183  </ItemGroup>
    172184  <ItemGroup>
     185    <EmbeddedResource Include="MetaOptimizationProblemView.resx">
     186      <DependentUpon>MetaOptimizationProblemView.cs</DependentUpon>
     187    </EmbeddedResource>
    173188    <EmbeddedResource Include="OptimizableView.resx">
    174189      <DependentUpon>OptimizableView.cs</DependentUpon>
    175190    </EmbeddedResource>
    176     <EmbeddedResource Include="RootValueConfigurationView.resx">
    177       <DependentUpon>RootValueConfigurationView.cs</DependentUpon>
     191    <EmbeddedResource Include="ParameterConfigurationTreeView.resx">
     192      <DependentUpon>ParameterConfigurationTreeView.cs</DependentUpon>
    178193    </EmbeddedResource>
    179194    <EmbeddedResource Include="ValueConfigurationViews\RangeView.resx">
     
    187202    </EmbeddedResource>
    188203  </ItemGroup>
    189   <ItemGroup>
    190     <Folder Include="ParameterConfigurationViews\" />
    191   </ItemGroup>
     204  <ItemGroup />
    192205  <ItemGroup>
    193206    <ProjectReference Include="..\..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.