EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Moved compiling of genome to JIT. #114

Closed EdGarrity closed 4 years ago

EdGarrity commented 4 years ago

Ran Test Feed Through Example Input: One to Two Digit Integers Expected Output: One to Two Digit Integers equal to input Results: Found solution within 3 generations Population size: 50,000 Example Cases: 100 Training, 100 Test Single Threaded Observations: Generations take too long to process. Each one took about 2 hours.