Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/10/13 13:29:24 (12 years ago)
Author:
fschoepp
Message:

#1888:

  • Added input parameters to the run class. They will be populated by the back-end and returned to the web pages which renders them.
  • Added a ParameterMapper class which converts HL specific model classes to OaaS independent classes. The conversion gets delegated to IParameterHandler which have to be implemented manually and registered for a certain Type before. All parameters which can be converted to IStringConvertible, IStringConvertibleMatrix, IString* will be converted into a OaaS-StringValue instance.
  • Added IParameterHandlers for PathTSPTour and PermutationType (required for TSP).
  • AlgorithmConverter now makes sure that the id of a run is unique. (All runs of a RunList will be shown now.)
  • Web pages are capable of rendering both the results of a run and their input parameters (added a accordion to wrap their content).
  • Renamed "Traveling Salesman Problem" to "Genetic Algorithm - TSP".
  • Changed js-files to render both input and result parameters of a Run.
File:
1 edited

Legend:

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

    r9305 r9350  
    179179    <Compile Include="Mockup\MockupDAL.cs" />
    180180    <Compile Include="Mockup\MockupScenarioManager.cs" />
     181    <Compile Include="Parameters\HL\HLParameterHandler.cs" />
     182    <Compile Include="Parameters\HL\PathTSPParameterHandler.cs" />
     183    <Compile Include="Parameters\HL\PermutationTypeHandler.cs" />
     184    <Compile Include="Parameters\ParameterHandler.cs" />
    181185    <Compile Include="Parsers\AlgorithmConverter.cs" />
    182186    <Compile Include="PlaceholderControllerService.cs" />
Note: See TracChangeset for help on using the changeset viewer.