-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_1.xml
26 lines (26 loc) · 908 Bytes
/
test_1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE simulation SYSTEM "simulation.dtd">
<simulation finalinst="100" initpop="100" maxpop="1000" comfortsens="2">
<grid colsnb="10" rowsnb="10"/>
<initialpoint xinitial="2" yinitial="1"/>
<finalpoint xfinal="10" yfinal="10"/>
<specialcostzones>
<zone xinitial="2" yinitial="2" xfinal="5" yfinal="3">4</zone>
<zone xinitial="2" yinitial="1" xfinal="4" yfinal="4">6</zone>
<zone xinitial="3" yinitial="3" xfinal="6" yfinal="6">3</zone>
</specialcostzones>
<obstacles num="7">
<obstacle xpos="2" ypos="1"/>
<obstacle xpos="2" ypos="3"/>
<obstacle xpos="2" ypos="4"/>
<obstacle xpos="4" ypos="2"/>
<obstacle xpos="5" ypos="5"/>
<obstacle xpos="7" ypos="3"/>
<obstacle xpos="6" ypos="8"/>
</obstacles>
<events>
<death param="10"/>
<reproduction param="1"/>
<move param="1"/>
</events>
</simulation>