Orbital library

Uses of Class
orbital.algorithm.evolutionary.Population

Packages that use Population
orbital.algorithm.evolutionary Genetic algorithms simulate nature on a very abstract level to get solutions for sophisticated problems. 
orbital.moon.evolutionary Contains implementation utilities and a front-end for evolutionary algorithms. 
 

Uses of Population in orbital.algorithm.evolutionary
 

Subclasses of Population in orbital.algorithm.evolutionary
 class ParallelEvaluationPopulation
          A Population that evaluates its members fitness-weights in parallel.
 class PopulationImpl
          This class implements a population of genomes and provides methods for genetic algorithms.
 

Methods in orbital.algorithm.evolutionary that return Population
static Population PopulationImpl.create(Genome prototype, int size)
           
static Population Population.create(Genome prototype, int size)
          Generate (create) a new random population of genomes.
static Population Population.create(Population population, Genome prototype, int size)
          Generate (create) a new random population of genomes.
 Population GeneticAlgorithmProblem.getPopulation()
          Generate (create) the initial population of genomes.
 Population GeneticAlgorithm.getPopulation()
          Get the Population for this GeneticAlgorithm.
 

Methods in orbital.algorithm.evolutionary with parameters of type Population
static Population Population.create(Population population, Genome prototype, int size)
          Generate (create) a new random population of genomes.
 void Genome.evaluate(Population population, boolean redo)
          Evaluates the fitness of the Genomes, if necessary.
 boolean GeneticAlgorithmProblem.isSolution(Population pop)
          Check whether the given population of choices is a valid solution to the problem.
 void GeneticAlgorithm.setPopulation(Population pop)
          Set the Population for this GeneticAlgorithm.
 void ConcurrenceGeneticAlgorithm.setPopulation(Population pop)
           
 

Constructors in orbital.algorithm.evolutionary with parameters of type Population
ParallelEvaluationPopulation(Population original)
          Convert a population into a parallel evaluating population using its members list per reference.
 

Uses of Population in orbital.moon.evolutionary
 

Methods in orbital.moon.evolutionary with parameters of type Population
 void SelectionStatistics.setSelected(Population population, Genome[] selected)
           
 


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.