Package | Description |
---|---|
fitnessfunctions |
A group of classes responsible for aggregating all penalty functions into a cost/fitness function.
|
settings |
A group of classes that represent penalty functions/cost functions
|
Constructor and Description |
---|
PartitionFitnessFunction(java.util.ArrayList<LoggerOrPenaltyDefinition> penalties,
NetworkFileBackedWrapper wrapper,
PredictionModifierOpt modifier)
Constructs a PartitionFitnessFunction with an associated network, modifier and associated penalties.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LoggerOrPenaltyDefinition> |
CurrentSettings.getPenalties() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentSettings.setPenalties(java.util.ArrayList<LoggerOrPenaltyDefinition> penalties) |