EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Return Max Error if List of Individuals Passed to the Error Functions is Empty #37

Closed EdGarrity closed 5 years ago

EdGarrity commented 5 years ago

There is a potential issue with the evaluation error functions. There is no check if the list of individuals to evaluate is empty. If the list is empty, the error function should return the maximum error value.