Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mcychan authored Jul 18, 2023
1 parent 4c0a55d commit db1376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GaSchedule.Algorithm/Rqiea.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public override void Run(int maxRepeat = 9999, double minFitness = 0.999)
Storebest();
population = _chromosomes.ToList();

int bestNotEnhance = 0;
int bestNotEnhance = 0;
double lastBestFit = 0.0;

while(_currentGeneration < _max_iterations) {
Expand Down

0 comments on commit db1376d

Please sign in to comment.