| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.crossover.contchain.ArithmeticalCrossover
public class ArithmeticalCrossover
Implements the arithmetical crossover operator for chains of reals.
| Constructor Summary | |
|---|---|
ArithmeticalCrossover()
Creates a new instance of ArithmeticalCrossover  | 
|
ArithmeticalCrossover(double pAlpha)
Creates a new instance of ArithmeticalCrossover  | 
|
| Method Summary | |
|---|---|
 Individual[] | 
cross(Individual parent1,
      Individual parent2)
Crosses two individuals.  | 
 double | 
getAlpha()
 | 
 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.  | 
 void | 
setAlpha(double alpha)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ArithmeticalCrossover()
public ArithmeticalCrossover(double pAlpha)
pAlpha - value of alpha| Method Detail | 
|---|
public int getSizeOffSpring()
getSizeOffSpring in interface Crossoverpublic LiOResourceDefinition getDefinition()
getDefinition in interface LiOResourcepublic double getAlpha()
public void setAlpha(double alpha)
alpha - The alpha to set.
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 | |||||||||