Skip to content

Commit

Permalink
Update FireflyAlgorithm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonma1127 authored Jun 27, 2021
1 parent ece95f1 commit 0425430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FireflyAlgorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import math
import time

class FireflyAlgorithm():
class FireflyAlgorithm:

def __init__(self, D, Lb, Ub, n, alpha, beta0, gamma, theta, iter_max, func):
self.D = D
Expand Down

0 comments on commit 0425430

Please sign in to comment.