Uses of Interface
lio.replacement.Replacement

Packages that use Replacement
lio.replacement   
lio.search.genetic   
lio.search.probabilistic   
 

Uses of Replacement in lio.replacement
 

Classes in lio.replacement that implement Replacement
 class ElitistReplacement
          This class produces a new population by preserving the best individuals in the former population.
 class SelectionReplacement
          This replacement strategy uses a selector to choose individuals from both the current and the former population.
 

Uses of Replacement in lio.search.genetic
 

Methods in lio.search.genetic that return Replacement
 Replacement StdGeneticAlgorithm.getReplacer()
           
 

Methods in lio.search.genetic with parameters of type Replacement
 void StdGeneticAlgorithm.setReplacer(Replacement replacer)
           
 

Uses of Replacement in lio.search.probabilistic
 

Methods in lio.search.probabilistic that return Replacement
 Replacement EDA.getReplacer()
           
 

Methods in lio.search.probabilistic with parameters of type Replacement
 void EDA.setReplacer(Replacement replacer)