| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.crossover.contchain.SimpleCrossover
public class SimpleCrossover
Implements the simple crossover operator for chains of reals.
| Constructor Summary | |
|---|---|
SimpleCrossover()
 | 
|
| 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 SimpleCrossover()
| 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 | |||||||||