4d6f2a6433278fdeb12c8e9a3bc7a258a8fde711
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type printer : PopulationPrinter to printer : ProgressTracer in method public addPopulationPrinter(printer ProgressTracer) : void in class aima.core.search.local.GeneticAlgorithmForNumbers | From | To | |
Rename Class | 1 | ||
Rename Class aima.core.search.local.GeneticAlgorithmForNumbers.PopulationPrinter renamed to aima.core.search.local.GeneticAlgorithmForNumbers.ProgressTracer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute populationPrinters : List<PopulationPrinter> to progressTracers : List<ProgressTracer> in class aima.core.search.local.GeneticAlgorithmForNumbers | From | To | |
Change Variable Type | 1 | ||
Change Variable Type printer : PopulationPrinter to printer : ProgressTracer in method protected nextGeneration(population List<Individual<Double>>, fitnessFn FitnessFunction<Double>) : List<Individual<Double>> in class aima.core.search.local.GeneticAlgorithmForNumbers | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type populationPrinters : List<PopulationPrinter> to progressTracers : List<ProgressTracer> in class aima.core.search.local.GeneticAlgorithmForNumbers | From | To |