|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLoci
The source code for these objects is available upon request from Alistair Blachford ( alistair@zoology.ubc.ca ).
Loci reads the command-line run parameters, creates an instance of Deme and acts as metronome for the run.
- maxGen
- maximum number of generations to run
- k
- the population size to use
- nAttribs
- the number of loci on a chromosome. Limitations on number are determined by class Bion
- delMutRate
- per locus forward (deleterious) mutation rate
- benMutRate
- per locus backward (beneficial) mutation rate
- minRecRate
- the minimum recombination rate between loci. Presence of mutation modifier alleles will elevate this.
- modRecRate
- the amount by which recombination rate is increased in an individual homozygous for the modifier
- selRate
- selection coefficient. Exact meaning depends on fitness function being used
- epistasis
- carefully peer at fitness function to see what this is. It warps the effects of increasing number of deleterious alleles.
- assort
- assortativeness of mating by fitness (not by genotype)
- initq
- the initial frequency of deleterious alleles across all fitness loci. Used only to create all individuals at time 0.
Constructor Summary | |
Loci()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Loci()
Method Detail |
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |