Skip to content

Releases: bart-lg/FlyDriveMod

v1.6.0

31 Mar 16:18
Compare
Choose a tag to compare
  • periodic releases
  • multiple release locations

v1.5.2

31 Mar 16:16
Compare
Choose a tag to compare
  • adapted SA test:
    all mean-cherries to 200
    all sd-cherries to 10
    wildberries from 75 to 10
    wildberries from 50 to 20

cherry and wildberry amount test

31 Mar 16:14
Compare
Choose a tag to compare
v1.5.1

cherry and wildberry amount test

females carry eggs over winter

31 Mar 16:03
Compare
Choose a tag to compare
  • winter killing ration changed to 50%
  • females carry eggs over winter (number of females dependent on normal distributed probability with mean 0.41 and sd 0.03)
  • verification code adapted to new winter behaviour

changed fitness impact

31 Mar 16:00
Compare
Choose a tag to compare
  • new fitness impact: instead of eggs not being layed => mating chance (male) & mating success (female)
  • verification code adapted to new fitness impact

write generation counter to output

31 Mar 15:53
Compare
Choose a tag to compare
  • added min/max generation of all flies and all genotypes to result list
  • bug fixed: preference of cherries over wildberries (before it was the other way round)
  • experiment added: eggs-per-day-test

v1.3.0

25 Mar 16:56
Compare
Choose a tag to compare

efficiency improvement:
fly-activities - ask flies improved
female-attract-male-flies - ask flies improved
wildberries-attract-closest-flies - ask flies improved
cherries-attract-closest-flies - ask flies improved

bug-fix in mating process (set partner-search flag to FALSE of same male fly which provides information)

v1.2.0

25 Mar 16:54
Compare
Choose a tag to compare
  • bug fixed: ready-to-lay-egg was not set in release-gene-drive
  • time measurements of certain subprocedures
  • sensitivity analysis experiments split up in 16 experiments each 144 runs

efficiency improvement:

  • update-egg-laying-mode: improved asking flies
  • female-attract-male-flies: ask female flies not male flies (do not run this procedure if no adequate females in world)
  • wildberries-attract-closest-flies and cherries-attract-closest-flies deactivated at an adult population above 10,000
  • female-attract-male-flies deactivated at an adult population above 15,000

runtimes of V1.1.1 on Lenovo P50:

all subprocedures activated:
70-80% of runtime for wildberries-attract-closest-flies, cherries-attract-closest-flies, female-attract-male-flies
5 500 adult flies 10 000 stat flies: 0.5s per tick
5 500 adult flies 20 000 stat flies: 1.0s per tick
10 000 adult flies 35 000 stat flies: 1.5s per tick
15 000 adult flies 45 000 stat flies: 2.5s per tick
15 000 adult flies 60 000 stat flies: 3.0s per tick
17 000 adult flies 70 000 stat flies: 4.0s per tick (1st half of may)
modified flies still living with big share...

without female-attract-male-flies:
70-80% of runtime for wildberries-attract-closest-flies, cherries-attract-closest-flies
3 000 adult flies 16 000 stat flies: 0.5s per tick
4 000 adult flies 22 000 stat flies: 1.0s per tick
7 000 adult flies 35 000 stat flies: 1.5s per tick (1st half of may)
modified flies still living with big share...

without wildberries-attract-closest-flies, cherries-attract-closest-flies:
modified flies die very quickly!!!
init-pop: 500
resistance-rate: 0.5
resistant-ratio: 0.5
wildberries-per-plant: 50
gd-gender: female
release-day: 50
release-amount: 500
all fitness values: 1
30% runtime for female-attract-male-flies:
15 000 adult flies end of july!!!
23 000 adult flies 30 000 stat flies: 0.5s per tick
45 000 adult flies 50 000 stat flies: 1.0s per tick

without wildberries-attract-closest-flies:
modified flies survive but with low population!!!
50% of runtime for female-attract-male-flies, cherries-attract-closest-flies:
5 000 adult flies 25 000 stat flies (june): 0.5s per tick
10 000 adult flies 45 000 stat flies (mid june): 1.0s per tick

without cherries-attract-closest-flies:
70-80% of runtime for female-attract-male-flies, wildberries-attract-closest-flies
modified flies survive with a big share!
10 000 adult flies 16 000 stat flies (end of may): 0.5s per tick
15 000 adult flies 20 000 stat flies (mid of june): 1.0s per tick

v1.1.1

25 Mar 16:52
Compare
Choose a tag to compare
  • bugfix in female-attract-male-flies: check if female fly in radius first
  • color male: blue
  • color female: magenta
  • color female with eggs: orange

v1.1.0

25 Mar 16:51
Compare
Choose a tag to compare
  • sensitivity analysis plan added
  • dynamic fitness variables
  • gd-gender added to config output
  • bugfix in test-fertilization: only adult flies move every tick to first tree
  • run through test-fertilization 10 times instead of 1 time
  • test-fertilization: set all fitness values to 1