org.encog.ml.fitness
public class FitnessObjective extends Object implements Serializable
| Constructor and Description |
|---|
FitnessObjective(double weight,
CalculateScore score)
Construct the fitness objective.
|
public FitnessObjective(double weight,
CalculateScore score)
weight - The weight.score - The score.public double getWeight()
public CalculateScore getScore()
Copyright © 2014. All Rights Reserved.