Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/13 15:50:53 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Model: OptimizationScenario may be a tree of algorithms (and problems)
  • Model: Renamed InputParameters to ProblemParameters (as they are the parameters of a problem)
  • Model: Added JobExecutionDetails which contain Repetitions + Group (resource to use)
  • ScenarioParser parses the new XML scenario files
  • Website + Model: You are now able to add/remove rows from a table (no JavaScript involved yet)
  • Website + Controller: Added repetitions (enables batch jobs) and group (resource to use) to OaaS which will be used by the controller to schedule the job
  • Website: Updated templates to use new model structure
  • Website + Scenarios: Added the new algorithm Benchmark Algorithm
  • Controller: Added a singleton to make the (Azure/Mockup)-DAL exchangeable
  • Controller: Added mockup classes for DAL + IScenarioManager
  • Website/Result Page: Line Diagrams will be added via JavaScript, crawling their data using AJAX
  • Website: Most configuration parameters can be set in the ServiceDefinition directly
  • Added a mockup for the Membership classes: These can be used if no network connection is available or if other parts of the app shall be tested
  • Scenarios: Updated TSP mappings to new xsd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj

    r9062 r9166  
    3636      <HintPath>..\bin\ALGLIB-3.5.0.dll</HintPath>
    3737    </Reference>
     38    <Reference Include="HeuristicLab.ALGLIB-3.5.0">
     39      <HintPath>..\bin\HeuristicLab.ALGLIB-3.5.0.dll</HintPath>
     40    </Reference>
     41    <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3">
     42      <HintPath>..\bin\HeuristicLab.Algorithms.Benchmarks-3.3.dll</HintPath>
     43    </Reference>
    3844    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
    3945      <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
     
    9298      <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    9399    </Reference>
     100    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
     101      <HintPath>..\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
     102    </Reference>
    94103    <Reference Include="HeuristicLab.Optimization-3.3">
    95104      <HintPath>..\HeuristicLab.Optimization\3.3\obj\Debug\HeuristicLab.Optimization-3.3.dll</HintPath>
     
    129138      <SpecificVersion>False</SpecificVersion>
    130139      <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
     140    </Reference>
     141    <Reference Include="HeuristicLab.SequentialEngine-3.3">
     142      <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
    131143    </Reference>
    132144    <Reference Include="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    153165  <ItemGroup>
    154166    <Compile Include="Azure\DAL.cs" />
    155     <Compile Include="HL\HiveScenarioManagerOld.cs" />
     167    <Compile Include="General\Configuration.cs" />
    156168    <Compile Include="HL\HiveMapper.cs" />
    157169    <Compile Include="HL\HiveScenarioManager.cs" />
     
    161173    <Compile Include="Interfaces\IScenarioManager.cs" />
    162174    <Compile Include="Interfaces\Model\ControllerModel.cs" />
     175    <Compile Include="Mockup\MockupDAL.cs" />
     176    <Compile Include="Mockup\MockupScenarioManager.cs" />
    163177    <Compile Include="PlaceholderControllerService.cs" />
    164178    <Compile Include="Properties\AssemblyInfo.cs" />
     
    172186    <None Include="packages.config" />
    173187  </ItemGroup>
     188  <ItemGroup />
    174189  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    175190  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.