This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch feature__MATH-1563__genetic_algorithm in repository https://gitbox.apache.org/repos/asf/commons-math.git.
from 07deb60 Consolidate POM files. new 96e382d MATH-1563: Introducing new implementation of GA functionality (WIP). new e33ddb3 Changes from 'feature__MATH-1563__genetic_algorithm' of apache repo. new 2785891 Converted protected method to private and fixed minor bugs. new 7a6c35b Fixed 'examples-ga' module. new 464f9dc Merge branch 'feature__MATH-1563__genetic_algorithm' of https://github.com/apache/commons-math.git into feature/MATH-1563-FIX new 02d4592 Remove GUI codes in example applications. new e9a895f Replaced convoluted way to print to "System.out" (examples). The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../adaptive/AdaptiveMathFunctionOptimizer.java | 4 - .../adaptive/ConvergenceGraphPlotter.java | 145 --------------------- .../ga/mathfunctions/adaptive/StandAlone.java | 2 - .../legacy/LegacyMathFunctionOptimizer.java | 13 +- .../ga/mathfunctions/ConvergenceGraphPlotter.java | 145 --------------------- .../ga/mathfunctions/MathFunctionOptimizer.java | 4 - .../examples/ga/mathfunctions/StandAlone.java | 2 - .../examples/ga/tsp/legacy/LegacyTSPOptimizer.java | 13 +- .../examples/ga/tsp/ConvergenceGraphPlotter.java | 144 -------------------- .../commons/math4/examples/ga/tsp/StandAlone.java | 2 - .../math4/examples/ga/tsp/TSPOptimizer.java | 4 - commons-math-examples/examples-ga/pom.xml | 5 - commons-math-ga/pom.xml | 5 - .../ga/listener/PopulationStatisticsLogger.java | 2 +- 14 files changed, 3 insertions(+), 487 deletions(-) delete mode 100644 commons-math-examples/examples-ga/examples-ga-math-functions-adaptive/src/main/java/org/apache/commons/math4/examples/ga/mathfunctions/adaptive/ConvergenceGraphPlotter.java delete mode 100644 commons-math-examples/examples-ga/examples-ga-math-functions/src/main/java/org/apache/commons/math4/examples/ga/mathfunctions/ConvergenceGraphPlotter.java delete mode 100644 commons-math-examples/examples-ga/examples-ga-tsp/src/main/java/org/apache/commons/math4/examples/ga/tsp/ConvergenceGraphPlotter.java