public class LM_Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
AbsoluteNoteMapping
The Constant AbsoluteNoteMapping.
|
static float |
ActionCrossoverProb
The Constant ActionCrossoverProb.
|
static boolean |
CircularInstructions
The Constant CircularInstructions.
|
static float |
CostOfSinging
The Constant CostOfSinging.
|
static float |
CostOfTime
The Constant CostOfTime.
|
static int |
DeathLength
The Constant DeathLength.
|
static boolean |
GlobalInterval
The Constant GlobalInterval.
|
static float |
InitalAgentEnergy
The Constant InitalAgentEnergy.
|
static float |
InitCreatureProb
The Constant InitCreatureProb.
|
static float |
InitFoodProb
The Constant InitFoodProb.
|
static float |
ListeningPleasureDecay
The Constant ListeningPleasureDecay.
|
static int |
MateSpread
The Constant MateSpread.
|
static int |
MaxActionGenomeLength
The Constant MaxActionGenomeLength.
|
static int |
MaxAge
The Constant MaxAge.
|
static int |
MaxIfSteps
The Constant MaxIfSteps.
|
static int |
MaxLoopLength
The Constant MaxLoopLength.
|
static int |
MaxLoopSteps
The Constant MaxLoopSteps.
|
static int |
MaxMidiNote
The Constant MaxMidiNote.
|
static int |
MaxNumberOfCreatures
The Constant MaxNumberOfCreatures.
|
static int |
MaxSoundGenomeLength
The Constant MaxSoundGenomeLength.
|
static int |
MinAgeToMate
The Constant MinAgeToMate.
|
static float |
MinEnergy
The Constant MinEnergy.
|
static float |
MinEnergyToMate
The Constant MinEnergyToMate.
|
static float |
MinLifePoints
The Constant MinLifePoints.
|
static float |
MinLpToMate
The Constant MinLpToMate.
|
static int |
MinMidiNote
The Constant MinMidiNote.
|
static int |
MustWalkInterval
The Constant MustWalkInterval.
|
static float |
MutateRandomCreature
The Constant MutateRandomCreature.
|
static float |
MutateSpecies
The Constant MutateSpecies.
|
static float |
SoundCrossoverProb
The Constant SoundCrossoverProb.
|
static int |
SoundRadius
The Constant SoundRadius.
|
static int |
WorldSize
The Constant WorldSize.
|
| Constructor and Description |
|---|
LM_Constants() |
public static final int WorldSize
public static final int SoundRadius
public static final int MaxSoundGenomeLength
public static final int MaxActionGenomeLength
public static final int MaxAge
public static final float MinLifePoints
public static final int MaxNumberOfCreatures
public static final int MaxLoopLength
public static final int MaxLoopSteps
public static final int MaxIfSteps
public static final float InitCreatureProb
public static final float InitFoodProb
public static final float SoundCrossoverProb
public static final float ActionCrossoverProb
public static final float MutateSpecies
public static final float MutateRandomCreature
public static final int MateSpread
public static final int MustWalkInterval
public static final int DeathLength
public static final float MinEnergy
public static final float MinEnergyToMate
public static final int MinAgeToMate
public static final float MinLpToMate
public static final float InitalAgentEnergy
public static final float CostOfSinging
public static final float CostOfTime
public static final boolean AbsoluteNoteMapping
public static final boolean GlobalInterval
public static final int MinMidiNote
public static final int MaxMidiNote
public static final boolean CircularInstructions
public static final float ListeningPleasureDecay