Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1540


Ignore:
Timestamp:
04/08/09 15:37:42 (15 years ago)
Author:
mkommend
Message:

initial version of ConfigurableFunctionLibraryInjector (ticket #579)
discuss with GK if it should be changed to use reflection

Location:
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjector.cs

    r1529 r1540  
    3434    private const string TARGETVARIABLE = "TargetVariable";
    3535    private const string ALLOWEDFEATURES = "AllowedFeatures";
    36     private const string FUNCTIONLIBRARY = "FunctionLibrary";
     36    protected const string FUNCTIONLIBRARY = "FunctionLibrary";
    3737
    3838    public override string Description {
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj

    r1534 r1540  
    8686    <Compile Include="Average.cs" />
    8787    <Compile Include="BakedTreeEvaluator.cs" />
     88    <Compile Include="ConfigurableFunctionLibraryInjector.cs" />
     89    <Compile Include="ConfigurableFunctionLibraryInjectorView.cs">
     90      <SubType>UserControl</SubType>
     91    </Compile>
     92    <Compile Include="ConfigurableFunctionLibraryInjectorView.Designer.cs">
     93      <DependentUpon>ConfigurableFunctionLibraryInjectorView.cs</DependentUpon>
     94    </Compile>
    8895    <Compile Include="Constant.cs" />
    8996    <Compile Include="AlgorithmBase.cs" />
Note: See TracChangeset for help on using the changeset viewer.