<ECF>
	<Algorithm>
		<SteadyStateTournament>
			<Entry key="tsize">3</Entry> <!-- velicina turnira -->
		</SteadyStateTournament>

		<AlgSGenGPEA>
			<Entry key="crxprob">0.5</Entry> 
			<Entry key="selpressure">10</Entry> 
			<Entry key="jobsize">5</Entry>
		</AlgSGenGPEA>	
	</Algorithm>

	<Genotype>
		<Tree>
			<Entry key="maxdepth">5</Entry>
			<Entry key="mindepth">2</Entry>
			<Entry key="functionset">+ - / * pos</Entry>
			<Entry key="terminalset">w pt dd SL Nr SPr</Entry>
		</Tree>
	</Genotype>

	<Registry>
		<Entry key="population.size">5</Entry>
		<Entry key="mutation.indprob">0.3</Entry> 
		<Entry key="term.maxgen">5</Entry> <!-- max broj generacija -->
		<Entry key="log.level">3</Entry>
		<Entry key="log.filename">log.txt</Entry>
		<Entry key="test_cases">./examples/GPScheduling/fitness.txt</Entry>
	</Registry>
</ECF>

