|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.operator.learner.meta.eaboost.BoostingCrossover
public class BoostingCrossover
Performs a GA crossover similar for individuals with variable lengths. Individuals should at least supports one-point and uniform crossover.
| Field Summary | |
|---|---|
private double |
crossoverProb
The crossover probability. |
private int |
crossoverType
The crossover type. |
| Constructor Summary | |
|---|---|
BoostingCrossover(int type,
double probability)
Creates a new aggregation crossover operator. |
|
| Method Summary | |
|---|---|
void |
crossover(java.util.List<BoostingIndividual> population)
Randomly selects parents from the population and performs crossover. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int crossoverType
private double crossoverProb
| Constructor Detail |
|---|
public BoostingCrossover(int type,
double probability)
| Method Detail |
|---|
public void crossover(java.util.List<BoostingIndividual> population)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||