Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/14 10:23:34 (10 years ago)
Author:
abeham
Message:

#2174:

  • Removed SimSharp reference (not the purpose of this branch anymore)
  • Fixed bugs regarding parameter names when no parameter have been defined
  • Added a method to the problem definition to retrieve a neighborhood solution
    • Programmable problem now works with LocalSearch and SimulatedAnnealing
File:
1 edited

Legend:

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

    r10856 r11363  
    121121      <Private>False</Private>
    122122    </Reference>
    123     <Reference Include="SimSharp, Version=3.0.3.0, Culture=neutral, PublicKeyToken=4222a9c6c8b27052, processorArchitecture=MSIL">
    124       <SpecificVersion>False</SpecificVersion>
    125       <HintPath>..\..\..\..\trunk\sources\bin\SimSharp.dll</HintPath>
    126       <Private>False</Private>
    127     </Reference>
    128123    <Reference Include="System" />
    129124    <Reference Include="System.Core" />
     
    143138    <Compile Include="Datastructures\ParameterConfiguration.cs" />
    144139    <Compile Include="Datastructures\ParameterVector.cs" />
     140    <Compile Include="Interfaces\IParameterVectorMoveOperator.cs" />
    145141    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemEvaluator.cs" />
    146142    <Compile Include="Operators\ParameterVectorManipulator.cs" />
    147143    <Compile Include="Operators\ParameterVectorCrossover.cs" />
     144    <Compile Include="Operators\ParameterVectorMoveEvaluator.cs" />
     145    <Compile Include="Operators\ParameterVectorMoveGenerator.cs" />
     146    <Compile Include="Operators\ParameterVectorMoveMaker.cs" />
    148147    <Compile Include="Operators\SingleObjectiveEvaluator.cs" />
    149148    <Compile Include="Operators\ParameterVectorCreater.cs" />
Note: See TracChangeset for help on using the changeset viewer.