Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/21/14 18:49:05 (10 years ago)
Author:
abeham
Message:

#2174: Major refactoring

  • Removed ProblemDefinitionHosts
  • Renamed ParameterVector to Individual
  • Renamed Configuration to Encoding
  • Changed handling of existing operators that they will not be removed and recreated, but only rewired
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Interfaces/ISingleObjectiveProgrammableProblemAnalyzer.cs

    r11396 r11484  
    2626namespace HeuristicLab.Problems.Programmable {
    2727  public interface ISingleObjectiveProgrammableProblemAnalyzer : IAnalyzer {
    28     ILookupParameter<ISingleObjectiveProblemDefinitionHost> ProblemDefinitionParameter { get; }
    29     ILookupParameter<Configuration> ConfigurationParameter { get; }
     28    ILookupParameter<ISingleObjectiveProblemDefinition> ProblemDefinitionParameter { get; }
     29    ILookupParameter<Encoding> EncodingParameter { get; }
    3030    IScopeTreeLookupParameter<DoubleValue> QualityParameter { get; }
    3131    ILookupParameter<ResultCollection> ResultsParameter { get; }
Note: See TracChangeset for help on using the changeset viewer.