//---------------------------------------------------------------------

		public ReproductionBySeeding(ISeeding seedingAlgorithm)
		{
			this.seedingAlgorithm = seedingAlgorithm;
			this.cohorts = Model.GetSuccession<AgeOnly.ICohort>().Cohorts;
		}
예제 #2
0
        //---------------------------------------------------------------------

        public ReproductionBySeeding(ISeeding seedingAlgorithm)
        {
            this.seedingAlgorithm = seedingAlgorithm;
            this.cohorts          = Model.GetSuccession <AgeOnly.ICohort>().Cohorts;
        }