| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.crossover.bitchain.UniformCrossover
public class UniformCrossover
Implements the uniform crossover for chains of bits.
| Constructor Summary | |
|---|---|
UniformCrossover()
 | 
|
| Method Summary | |
|---|---|
 Individual[] | 
cross(Individual parent1,
      Individual parent2)
Crosses two individuals.  | 
 LiOResourceDefinition | 
getDefinition()
Return a LiOResDescription object which holds the name and all parameters that describe the resource.  | 
 int | 
getSizeOffSpring()
 | 
static void | 
main(java.lang.String[] args)
Main class that allows testing the class.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UniformCrossover()
| Method Detail | 
|---|
public int getSizeOffSpring()
getSizeOffSpring in interface Crossoverpublic LiOResourceDefinition getDefinition()
getDefinition in interface LiOResource
public Individual[] cross(Individual parent1,
                          Individual parent2)
cross in interface Crossoverparent1 - First parentparent2 - Second parent
public static void main(java.lang.String[] args)
args - Arguments passed by command line
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||