Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/12/21 15:24:18 (3 years ago)
Author:
dpiringe
Message:

#3026

  • added ResultFormatter to add an extra layer of result transformation logic (converting a result value to a string with a defined logic, e.g. MatlabResultFormatter for ISymbolicRegressionSolution)
  • extended the IResultJsonItem with two properties for result formatting
  • added a new control to selected a result formatter for a result value
  • refactored the Runner for the new result formatting process
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/HeuristicLab.JsonInterface.OptimizerIntegration.csproj

    r17829 r17834  
    155155    <Compile Include="Plugin.cs" />
    156156    <Compile Include="Properties\AssemblyInfo.cs" />
     157    <Compile Include="Views\ResultJsonItemControl.cs">
     158      <SubType>UserControl</SubType>
     159    </Compile>
     160    <Compile Include="Views\ResultJsonItemControl.Designer.cs">
     161      <DependentUpon>ResultJsonItemControl.cs</DependentUpon>
     162    </Compile>
    157163    <Compile Include="Views\ValueLookupJsonItemControl.cs">
    158164      <SubType>UserControl</SubType>
     
    229235    <EmbeddedResource Include="Views\ExportJsonDialog.resx">
    230236      <DependentUpon>ExportJsonDialog.cs</DependentUpon>
     237    </EmbeddedResource>
     238    <EmbeddedResource Include="Views\ResultJsonItemControl.resx">
     239      <DependentUpon>ResultJsonItemControl.cs</DependentUpon>
    231240    </EmbeddedResource>
    232241    <EmbeddedResource Include="Views\ValueLookupJsonItemControl.resx">
Note: See TracChangeset for help on using the changeset viewer.