Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11400 for branches


Ignore:
Timestamp:
09/28/14 17:15:09 (10 years ago)
Author:
abeham
Message:

#2174: Added multi-objective programmable problem

Location:
branches/ProgrammableProblem
Files:
13 added
2 deleted
2 edited

Legend:

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

    r11397 r11400  
    114114      <DependentUpon>ProblemDefinitionScriptView.cs</DependentUpon>
    115115    </Compile>
    116     <Compile Include="ProgrammableProblemView.cs">
     116    <Compile Include="MultiObjectiveProgrammableProblemView.cs">
    117117      <SubType>UserControl</SubType>
    118118    </Compile>
    119     <Compile Include="ProgrammableProblemView.Designer.cs">
    120       <DependentUpon>ProgrammableProblemView.cs</DependentUpon>
     119    <Compile Include="MultiObjectiveProgrammableProblemView.Designer.cs">
     120      <DependentUpon>MultiObjectiveProgrammableProblemView.cs</DependentUpon>
     121    </Compile>
     122    <Compile Include="SingleObjectiveProgrammableProblemView.cs">
     123      <SubType>UserControl</SubType>
     124    </Compile>
     125    <Compile Include="SingleObjectiveProgrammableProblemView.Designer.cs">
     126      <DependentUpon>SingleObjectiveProgrammableProblemView.cs</DependentUpon>
    121127    </Compile>
    122128    <Compile Include="Properties\AssemblyInfo.cs" />
  • branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj

    r11397 r11400  
    140140    <Compile Include="Helper.cs" />
    141141    <Compile Include="Interfaces\IParameterVectorMoveOperator.cs" />
     142    <Compile Include="Interfaces\IMultiObjectiveProblemDefinitionHost.cs" />
     143    <Compile Include="Interfaces\IMultiObjectiveProblemDefinition.cs" />
    142144    <Compile Include="Interfaces\ISingleObjectiveProblemDefinitionHost.cs" />
     145    <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemAnalyzer.cs" />
    143146    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemAnalyzer.cs" />
     147    <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemEvaluator.cs" />
    144148    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemEvaluator.cs" />
    145149    <Compile Include="Operators\ParameterVectorManipulator.cs" />
     
    148152    <Compile Include="Operators\ParameterVectorMoveGenerator.cs" />
    149153    <Compile Include="Operators\ParameterVectorMoveMaker.cs" />
     154    <Compile Include="Operators\MultiObjectiveAnalyzer.cs" />
    150155    <Compile Include="Operators\SingleObjectiveAnalyzer.cs" />
     156    <Compile Include="Operators\MultiObjectiveEvaluator.cs" />
    151157    <Compile Include="Operators\SingleObjectiveEvaluator.cs" />
    152158    <Compile Include="Operators\ParameterVectorCreater.cs" />
     
    155161    <Compile Include="ProblemDefinition.cs" />
    156162    <Compile Include="ProblemDefinitionScript.cs" />
     163    <Compile Include="MultiObjectiveProblemDefinition.cs" />
    157164    <Compile Include="SingleObjectiveProblemDefinition.cs" />
     165    <Compile Include="MultiObjectiveProblemDefinitionScript.cs" />
    158166    <Compile Include="SingleObjectiveProblemDefinitionScript.cs" />
     167    <Compile Include="MultiObjectiveProgrammableProblem.cs" />
    159168    <Compile Include="SingleObjectiveProgrammableProblem.cs" />
    160169    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.