Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/10 13:24:11 (14 years ago)
Author:
swagner
Message:

Implemented first version of best and best known quality handling (#920)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.SGA/3.3/SGA.cs

    r3076 r3080  
    249249    }
    250250    private void ParameterizeSGAMainLoop() {
     251      SGAMainLoop.BestKnownQualityParameter.ActualName = Problem.BestKnownQualityParameter.Name;
    251252      SGAMainLoop.EvaluatorParameter.ActualName = Problem.EvaluatorParameter.Name;
    252253      SGAMainLoop.MaximizationParameter.ActualName = Problem.MaximizationParameter.Name;
Note: See TracChangeset for help on using the changeset viewer.