Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/22 08:18:52 (2 years ago)
Author:
mkommend
Message:

#3136: Improved item name and description of structured symreg problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/StructuredSymbolicRegressionSingleObjectiveProblem.cs

    r18199 r18200  
    3636namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Regression {
    3737  [StorableType("7464E84B-65CC-440A-91F0-9FA920D730F9")]
    38   [Item(Name = "Structured Symbolic Regression Single Objective Problem (single-objective)", Description = "A problem with a structural definition and unfixed subfunctions.")]
     38  [Item(Name = "Structured Symbolic Regression Problem (single-objective)", Description = "A problem with a structural definition and variable subfunctions.")]
    3939  [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 150)]
    4040  public class StructuredSymbolicRegressionSingleObjectiveProblem : SingleObjectiveBasicProblem<MultiEncoding>, IRegressionProblem, IProblemInstanceConsumer<IRegressionProblemData> {
Note: See TracChangeset for help on using the changeset viewer.