Skip to content
Snippets Groups Projects
Commit e101b941 authored by Mathis's avatar Mathis
Browse files

deletion for new repo

parent dfd761e3
No related branches found
No related tags found
No related merge requests found
......@@ -318,10 +318,7 @@ void ClassifierSet::deleteClassifierPopulationSet(bool inCovering){
if(this->currentPopSetSize <= this->parameter.N){
return;
}
// float sumFitness = 0;
// for(unsigned int i=0; i<this->populationSet.size();i++){
// sumFitness += this->populationSet[i]->getFitness();
// }
float averageFitness = this->FitSum/this->currentPopSetSize;
float voteSum=0;
for(unsigned int i=0; i<this->populationSet.size(); i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment