<ECF>
	<Algorithm>	
		<SteadyStateTournament>
			<Entry key="tsize">3</Entry>
		</SteadyStateTournament>
	</Algorithm>

	<Genotype>
		<Tree>
			<Entry key="maxdepth">4</Entry>
			<Entry key="mindepth">2</Entry>
			<Entry key="functionset">sin cos + - / *</Entry>
			<Entry key="terminalset">X</Entry>
		</Tree>
	</Genotype>

	<Registry>
		<Entry key="randomizer.seed">0</Entry> 
		<Entry key="population.size">50</Entry>
		<Entry key="population.demes">1</Entry>
		<Entry key="mutation.indprob">0.3</Entry> 
		<Entry key="term.stagnation">20</Entry>
		<Entry key="log.level">3</Entry>
		<Entry key="log.filename">log.txt</Entry>
		<Entry key="milestone.filename">out.txt</Entry> 
		<Entry key="milestone.interval">0</Entry> 
	</Registry>
</ECF>

