Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/15 11:54:43 (10 years ago)
Author:
mkommend
Message:

#2174: Updated views and renamed programmable problem to basic problem and added individual extension methods.

File:
1 edited

Legend:

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

    r11768 r11813  
    148148    <Compile Include="Interfaces\IEncodingOperator.cs" />
    149149    <Compile Include="Interfaces\ISingleObjectiveMoveOperator.cs" />
    150     <Compile Include="New\ProgrammableProblem.cs" />
    151     <Compile Include="New\MultiObjectiveProgrammableProblem.cs" />
     150    <Compile Include="New\BasicProblem.cs" />
     151    <Compile Include="New\MultiObjectiveBasicProblem.cs" />
    152152    <Compile Include="New\MultiObjectiveScriptableProblem.cs" />
    153153    <Compile Include="New\Scripts\Templates\CompiledMultiObjectiveProblemDefinition.cs" />
     
    175175    <Compile Include="New\Scripts\ProblemDefinitionScript.cs" />
    176176    <Compile Include="New\OneMaxNew.cs" />
    177     <Compile Include="New\SingleObjectiveProgrammableProblem.cs" />
     177    <Compile Include="New\SingleObjectiveBasicProblem.cs" />
    178178    <Compile Include="New\SingleObjectiveScriptableProblem.cs" />
    179179    <Compile Include="New\Scripts\MultiObjectiveProblemDefinitionScript.cs" />
Note: See TracChangeset for help on using the changeset viewer.