EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Record the transactions of the best elite individual. #31

Closed EdGarrity closed 5 years ago

EdGarrity commented 5 years ago
  1. Record the transactions of each individual.
  2. Store the transactions in the individual's class.
  3. Don't store transactions in the individual's class when evaluating multiple test cases. Only store transactions when evaluating just one test case.
  4. Output the transactions of the best elite individual to a CSV file.