Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/14/13 17:38:57 (10 years ago)
Author:
sawinkle
Message:

#2109:

  • Added file IGESymbolicDataAnalysisProblem.cs to determine, which parameters should be used. => Removed parameters MaximumSymbolicExpressionTreeDepthParameter, MaximumFunctionDefinitionsParameter and MaximumFunctionArgumentsParameter, which are unnecessary for Grammatical Evolution.
  • Adapted the other files to use the interfaces of the new file IGESymbolicDataAnalysisProblem.cs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicDataAnalysisSingleObjectiveProblem.cs

    r10075 r10226  
    3535  [StorableClass]
    3636  public abstract class GESymbolicDataAnalysisSingleObjectiveProblem<T, U, V> : GESymbolicDataAnalysisProblem<T, U, V>,
    37                                                                                 ISymbolicDataAnalysisSingleObjectiveProblem
     37                                                                                IGESymbolicDataAnalysisSingleObjectiveProblem
    3838    where T : class, IDataAnalysisProblemData
    3939    where U : class, IGESymbolicDataAnalysisSingleObjectiveEvaluator<T>
Note: See TracChangeset for help on using the changeset viewer.