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 ddfd5bf85 MATH-1618: Design proposal (WIP).
     new 69c120c01 git-wip-us => gitbox
     new 3c30a6d52 MATH-1644: Prevent computed probability from exceeding 1.
     new f0fe9ab8e MATH-1618: Replace class "OnePointCrossover" with 
"NPointCrossover".
     new 383256f8c MATH-1618: Make "stopping condition" a "BiPredicate".
     new aa0d427dd Javadoc.

The 5 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:
 .../ga/mathfunctions/MathFunctionOptimizer2.java   | 16 ++---
 .../commons/math4/ga2/GeneticAlgorithmFactory.java | 13 ++--
 .../org/apache/commons/math4/ga2/Population.java   | 24 ++++++-
 ...OnePointCrossover.java => NPointCrossover.java} | 77 ++++++++++++++++------
 .../commons/math4/ga2/gene/binary/Operators.java   |  7 +-
 .../package-info.java}                             | 21 +++---
 .../commons/math4/ga2/stop/UnchangedFitness.java   | 27 +++++---
 .../math4/legacy/stat/inference/BinomialTest.java  |  2 +-
 .../legacy/stat/inference/BinomialTestTest.java    |  7 ++
 doc/release/release.howto.txt                      |  4 +-
 10 files changed, 133 insertions(+), 65 deletions(-)
 rename 
commons-math-ga2/src/main/java/org/apache/commons/math4/ga2/gene/binary/{OnePointCrossover.java
 => NPointCrossover.java} (50%)
 copy 
commons-math-ga2/src/main/java/org/apache/commons/math4/ga2/{ChromosomeFactory.java
 => gene/package-info.java} (66%)

Reply via email to