|
|||||||||
| 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.BoostingTournamentSelection
public class BoostingTournamentSelection
Performs a tournament selection on the given population list.
| Field Summary | |
|---|---|
private int |
popSize
|
private double |
tournamentFraction
|
| Constructor Summary | |
|---|---|
BoostingTournamentSelection(int popSize,
double tournamentFraction)
|
|
| Method Summary | |
|---|---|
void |
performSelection(java.util.List<BoostingIndividual> population)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int popSize
private double tournamentFraction
| Constructor Detail |
|---|
public BoostingTournamentSelection(int popSize,
double tournamentFraction)
| Method Detail |
|---|
public void performSelection(java.util.List<BoostingIndividual> population)
performSelection in interface BoostingSelection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||