EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Run each Individual's Program only Once #59

Closed EdGarrity closed 5 years ago

EdGarrity commented 5 years ago

The program executes each individual's program several times. Once to generate orders separately then again to combine orders with other individuals' orders. The program would run faster if we save the results after the first time the code is executed for a given input then reuse the result when an individual's result for the same input is needed again.