|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlio.crossover.permutations.OrderCrossover
public class OrderCrossover
Implements the order crossover operator for permutations.
Constructor Summary | |
---|---|
OrderCrossover()
Creates a new instance of OrderCrossover with the given points of crossover. |
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 |
getPoint1()
|
int |
getPoint2()
|
int |
getSizeOffSpring()
|
static void |
main(java.lang.String[] args)
Main class that allows testing the class. |
void |
setPoint1(int point1)
|
void |
setPoint2(int point2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderCrossover()
pPoint1
- First point of crossover.pPoint2
- Second point of crossover.Method Detail |
---|
public int getSizeOffSpring()
getSizeOffSpring
in interface Crossover
public LiOResourceDefinition getDefinition()
getDefinition
in interface LiOResource
public int getPoint1()
public void setPoint1(int point1)
point1
- The point1 to set.public int getPoint2()
public void setPoint2(int point2)
point2
- The point2 to set.public Individual[] cross(Individual parent1, Individual parent2)
cross
in interface Crossover
parent1
- 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 |