Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 18:49:17 (14 years ago)
Author:
gkronber
Message:

Removed max. and min. time offset constraints as algorithm parameters and from all engines. The time constraints were added to the relevant terminal symbols (variable & differential) instead. The time offset constraint can be changed by editing the symbols in the function library. #880 (Max and min time offsets for variable symbols are not set correctly by FunctionLibraryInjectors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj

    r2750 r2843  
    112112    </Compile>
    113113    <Compile Include="StandardGPRegression.cs" />
     114    <Compile Include="Symbols\VariableView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="Symbols\VariableView.Designer.cs">
     118      <DependentUpon>VariableView.cs</DependentUpon>
     119    </Compile>
    114120    <Compile Include="VariableFrequencyAnalyser.cs" />
    115121    <Compile Include="Symbols\Addition.cs" />
     
    235241      <DependentUpon>PredictorView.cs</DependentUpon>
    236242    </EmbeddedResource>
     243    <EmbeddedResource Include="Symbols\VariableView.resx">
     244      <DependentUpon>VariableView.cs</DependentUpon>
     245    </EmbeddedResource>
    237246  </ItemGroup>
    238247  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.