/
[Apache-SVN]
Revision 784604
Jump to revision:
Author:
psteitz
Date:
Sun Jun 14 19:04:32 2009 UTC
(15 years, 5 months ago)
Changed paths:
39
Log Message:
Added Genetic Algorithm implementation. JIRA: MATH-207 Contributed by David Stefka
Changed paths
Path
Details
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/AbstractListChromosome.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/BinaryChromosome.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/BinaryMutation.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/Chromosome.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/ChromosomePair.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/CrossoverPolicy.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/ElitisticListPopulation.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/Fitness.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/FixedGenerationCount.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/InvalidRepresentationException.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/ListPopulation.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/MutationPolicy.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/OnePointCrossover.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/PermutationChromosome.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/Population.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKey.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/SelectionPolicy.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/StoppingCondition.java
modified
,
text changed
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/TournamentSelection.java
added
commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/package.html
modified
,
text changed
commons/proper/math/trunk/src/site/xdoc/changes.xml
modified
,
text changed
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/BinaryChromosomeTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/BinaryMutationTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/ChromosomeTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/DummyBinaryChromosome.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/DummyRandomKey.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/ElitisticListPopulationTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/FitnessCachingTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/FixedGenerationCountTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/GeneticAlgorithmTestBinary.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/GeneticAlgorithmTestPermutations.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/ListPopulationTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/OnePointCrossoverTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/RandomKeyMutationTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/RandomKeyTest.java
added
commons/proper/math/trunk/src/test/org/apache/commons/math/genetics/TournamentSelectionTest.java
added
infrastructure at apache.org
ViewVC Help
Powered by
ViewVC 1.1.26