Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/03/13 15:02:05 (11 years ago)
Author:
melkaref
Message:

Fixed SolutionCodeView to use the specified Path variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode/HeuristicLab.Problems.Robocode/BestSolutionAnalyzer.cs

    r9565 r9570  
    165165            //int shots = ShotsParameter.ActualValue.Value;
    166166            //int moves = MovesParameter.ActualValue.Value;
    167             var bestSolution = new Solution(bestTree, actualQuality);//, moves, shots);
     167            var bestSolution = new Solution(bestTree, RobocodePathParameter.ActualValue.Value);//, moves, shots);
    168168            // store the new solution in the best solution parameter
    169169            BestSolutionParameter.ActualValue = bestSolution;
Note: See TracChangeset for help on using the changeset viewer.