Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14380


Ignore:
Timestamp:
11/09/16 15:15:49 (7 years ago)
Author:
bburlacu
Message:

#2679: Add GoalSeekingOptimizer and GoalSeekingOptimizerView.

Location:
branches/HeuristicLab.GoalSeekingProblem
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.GoalSeekingProblem/HeuristicLab.GoalSeekingProblem.Views/3.4/GoalSeekingProblem.Views.csproj

    r14333 r14380  
    4141      <Private>False</Private>
    4242    </Reference>
     43    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     44      <SpecificVersion>False</SpecificVersion>
     45      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     46      <Private>False</Private>
     47    </Reference>
    4348    <Reference Include="HeuristicLab.MainForm-3.3">
    4449      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     
    4954      <Private>False</Private>
    5055    </Reference>
     56    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     57      <SpecificVersion>False</SpecificVersion>
     58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     59      <Private>False</Private>
     60    </Reference>
     61    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     62      <SpecificVersion>False</SpecificVersion>
     63      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     64      <Private>False</Private>
     65    </Reference>
    5166    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    5267      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     68      <Private>False</Private>
     69    </Reference>
     70    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     71      <SpecificVersion>False</SpecificVersion>
     72      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
    5373      <Private>False</Private>
    5474    </Reference>
     
    6585  </ItemGroup>
    6686  <ItemGroup>
     87    <Compile Include="GoalSeekingOptimizerView.cs">
     88      <SubType>UserControl</SubType>
     89    </Compile>
     90    <Compile Include="GoalSeekingOptimizerView.Designer.cs">
     91      <DependentUpon>GoalSeekingOptimizerView.cs</DependentUpon>
     92    </Compile>
    6793    <Compile Include="InputParameterView.cs">
    6894      <SubType>UserControl</SubType>
  • branches/HeuristicLab.GoalSeekingProblem/HeuristicLab.GoalSeekingProblem/3.4/GoalSeekingProblem.csproj

    r14333 r14380  
    190190    <Compile Include="Analyzers\BestSolutionAnalyzer.cs" />
    191191    <Compile Include="GoalParameter.cs" />
     192    <Compile Include="GoalSeekingOptimizer.cs" />
    192193    <Compile Include="GoalSeekingUtil.cs" />
    193194    <Compile Include="InputParameter.cs" />
  • branches/HeuristicLab.GoalSeekingProblem/HeuristicLab.GoalSeekingProblem/3.4/Properties/AssemblyInfo.cs

    r14338 r14380  
    5454// [assembly: AssemblyVersion("1.0.*")]
    5555[assembly: AssemblyVersion("3.3.0.0")]
    56 [assembly: AssemblyFileVersion("3.3.11.14336")]
     56[assembly: AssemblyFileVersion("3.3.11.14379")]
Note: See TracChangeset for help on using the changeset viewer.