Package | Description |
---|---|
actions | |
enums |
Modifier and Type | Method and Description |
---|---|
static HeuristicStrategy |
Heuristics.getMyMetaStrategy(HeuristicStrategy aNonMetaStrat)
Helper method for the ga.
|
HeuristicStrategy |
Lcs.getMyMetastrategy(java.lang.String[] decArray) |
static HeuristicStrategy |
Heuristics.getMyStrategy(int calvingRate)
Returns the heuristic strategy at time of initialization or if HH type has changed to
heuristic selling type.
|
Modifier and Type | Method and Description |
---|---|
static double |
Heuristics.getCowAgeStrategy(HeuristicStrategy myStrategy)
Returns the initial selling age for cows drawn from the cluster analysis
.
|
static double |
Heuristics.getCowCalveStrategy(HeuristicStrategy myStrategy)
Returns the initial number of calves as a selling criteria drawn from the cluster analysis
.
|
java.lang.String[] |
Lcs.getIniDecArr(HeuristicStrategy myIniStrat) |
static HeuristicStrategy |
Heuristics.getMyMetaStrategy(HeuristicStrategy aNonMetaStrat)
Helper method for the ga.
|
static double |
Heuristics.getOxenStrategy(HeuristicStrategy myStrategy)
Returns the initial selling age for oxen drawn from the cluster analysis
.
|
Modifier and Type | Method and Description |
---|---|
static HeuristicStrategy |
HeuristicStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HeuristicStrategy[] |
HeuristicStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|