EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Multi-threaded Test Feed Through #115

Closed EdGarrity closed 4 years ago

EdGarrity commented 4 years ago

Example Input: One to Two Digit Integers Expected Output: One to Two Digit Integers equal to input Results: Found solution within 7 generations Population size: 50,000 Example Cases: 100 Training, 100 Test Single Threaded Observations: Generations took about half as long as the single-threaded run but the solution took twice as many generations to find.