Skip to content

Commit 03fcf87

Browse files
committed
fixing default to not have instructions on for donate/steal
1 parent 3f9443f commit 03fcf87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/sgp_mode/SGPConfigSetup.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ EMP_EXTEND_CONFIG(SymConfigSGP, SymConfigBase,
1616
GROUP(SGP, "Complex Genomes Settings"),
1717
VALUE(CYCLES_PER_UPDATE, size_t, 4, "Number of CPU cycles that organisms run every update"),
1818
VALUE(FIND_NEIGHBOR_HOST_ATTEMPTS, size_t, 4, "How many times to attempt finding a neighboring host for symbiont to horizontally transmit into"),
19-
VALUE(DONATION_STEAL_INST, bool, true, "1 if you want donate and steal instructions in the instruction set, 0 if not"),
20-
VALUE(SYM_DONATE_PROP, double, 0.2, "Proportion of points for sym to donate to host on donate"),
21-
VALUE(SYM_STEAL_PROP, double, 0.2, "Proportion of points for sym to steal from host on steal"),
19+
VALUE(DONATION_STEAL_INST, bool, false, "1 if you want donate and steal instructions in the instruction set, 0 if not"),
20+
VALUE(SYM_DONATE_PROP, double, 0.0, "Proportion of points for sym to donate to host on donate"),
21+
VALUE(SYM_STEAL_PROP, double, 0.0, "Proportion of points for sym to steal from host on steal"),
2222
VALUE(HOST_MIN_CYCLES_BEFORE_REPRO, size_t, 0, "Number of CPU cycles organisms must wait between reproductions"),
2323
VALUE(SYM_MIN_CYCLES_BEFORE_REPRO, size_t, 0, "Number of CPU cycles organisms must wait between reproductions"),
2424

0 commit comments

Comments
 (0)