-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix kill demes highest para load, write tests
- Loading branch information
Showing
12 changed files
with
1,297 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
689 changes: 689 additions & 0 deletions
689
avida-core/tests/demes_KillDemesHighestParasiteLoad/config/avida.cfg
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
avida-core/tests/demes_KillDemesHighestParasiteLoad/config/environment.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
REACTION NOT not process:value=1.0:type=pow requisite:max_count=1 | ||
REACTION NAND nand process:value=1.0:type=pow requisite:max_count=1 | ||
REACTION AND and process:value=2.0:type=pow requisite:max_count=1 | ||
REACTION ORN orn process:value=2.0:type=pow requisite:max_count=1 | ||
REACTION OR or process:value=3.0:type=pow requisite:max_count=1 | ||
REACTION ANDN andn process:value=3.0:type=pow requisite:max_count=1 | ||
REACTION NOR nor process:value=4.0:type=pow requisite:max_count=1 | ||
REACTION XOR xor process:value=4.0:type=pow requisite:max_count=1 | ||
REACTION EQU equ process:value=5.0:type=pow requisite:max_count=1 |
10 changes: 10 additions & 0 deletions
10
avida-core/tests/demes_KillDemesHighestParasiteLoad/config/events.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
u begin InjectAll filename=evolved-not.org | ||
u begin InjectParasite parasite-smt.org ABB 0 3 | ||
u begin InjectParasite parasite-smt.org ABB 17 | ||
u begin InjectParasite parasite-smt.org ABB 170 | ||
u begin InjectParasite parasite-smt.org ABB 200 203 | ||
u begin SavePopulation | ||
u 2 KillDemesHighestParasiteLoad 1.0 1 | ||
u 2 SavePopulation | ||
u 3 SavePopulation | ||
u 3 Exit |
Oops, something went wrong.