Skip to content

Commit 27217e9

Browse files
author
cyber-pc
committed
Increase ADDITION_SOLUTION_THRESHOLD_DEFAULT to 74500
1 parent a8b4721 commit 27217e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/public_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static constexpr unsigned long long ADDITION_NUMBER_OF_TICKS = 1000;
102102
static constexpr unsigned long long ADDITION_NUMBER_OF_NEIGHBORS = 728; // 2M. Must be divided by 2
103103
static constexpr unsigned long long ADDITION_NUMBER_OF_MUTATIONS = 150;
104104
static constexpr unsigned long long ADDITION_POPULATION_THRESHOLD = ADDITION_NUMBER_OF_INPUT_NEURONS + ADDITION_NUMBER_OF_OUTPUT_NEURONS + ADDITION_NUMBER_OF_MUTATIONS; // P
105-
static constexpr unsigned int ADDITION_SOLUTION_THRESHOLD_DEFAULT = 74300;
105+
static constexpr unsigned int ADDITION_SOLUTION_THRESHOLD_DEFAULT = 74500;
106106

107107
// Multipler of score
108108
static constexpr unsigned int HYPERIDENTITY_SOLUTION_MULTIPLER = 1;

0 commit comments

Comments
 (0)