From c968053bea04beccaf55fd0a8727c7da6b8831a5 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sat, 1 Aug 2009 20:57:47 +0000 Subject: [PATCH] Added missing reference to genetics package. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799924 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/userguide/overview.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/userguide/overview.xml b/src/site/xdoc/userguide/overview.xml index 00a2bb013..a4cf8254e 100644 --- a/src/site/xdoc/userguide/overview.xml +++ b/src/site/xdoc/userguide/overview.xml @@ -71,7 +71,7 @@

- Commons Math is divided into fourteen subpackages, based on functionality provided. + Commons Math is divided into fifteen subpackages, based on functionality provided.

  1. org.apache.commons.math.stat - statistics, statistical tests
  2. org.apache.commons.math.analysis - rootfinding, integration, interpolation, polynomials
  3. @@ -87,6 +87,7 @@
  4. org.apache.commons.math.estimation - parametric estimation problems
  5. org.apache.commons.math.optimization - functions minimization
  6. org.apache.commons.math.ode - Ordinary Differential Equations integration
  7. +
  8. org.apache.commons.math.genetics - Genetic Algorithms
Package javadocs are here