You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/public_settings.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ static constexpr unsigned long long ADDITION_NUMBER_OF_TICKS = 1000;
102
102
static constexpr unsigned long longADDITION_NUMBER_OF_NEIGHBORS=728; // 2M. Must be divided by 2
103
103
static constexpr unsigned long longADDITION_NUMBER_OF_MUTATIONS=150;
104
104
static constexpr unsigned long longADDITION_POPULATION_THRESHOLD=ADDITION_NUMBER_OF_INPUT_NEURONS+ADDITION_NUMBER_OF_OUTPUT_NEURONS+ADDITION_NUMBER_OF_MUTATIONS; // P
0 commit comments