public class FitnessObjective
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
FitnessObjective(double weight,
CalculateScore score)
Construct the fitness objective.
|
| Modifier and Type | Method and Description |
|---|---|
CalculateScore |
getScore() |
double |
getWeight() |
public FitnessObjective(double weight,
CalculateScore score)
weight - The weight.score - The score.public double getWeight()
public CalculateScore getScore()