EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Analysis Results of Premature Convergence Issue (Merge #29) #32

Closed EdGarrity closed 5 years ago

EdGarrity commented 5 years ago

Analysis determined that although one individual may satisfy many if not all of the test cases, when the individual was evaluated against all training data the score was negative. Therefore the criteria for success needs to include that the individual does well when evaluated against all training data in addition to each test case.

This pull request closes #27, closes #30, and closes #31.