forked from KuMiShi/Optim_Metaheuristique
Another small correction
This commit is contained in:
@@ -89,7 +89,7 @@ class Particle():
|
||||
return vel
|
||||
|
||||
# Function objective
|
||||
def evaluate(self,f_weights,elec_prices,socs,socs_req,times):
|
||||
def evaluate(self,elec_prices,socs,socs_req,times):
|
||||
f1 = self.f1(elec_prices)
|
||||
f2 = self.f2(socs,socs_req,times)
|
||||
f3 = self.f3()
|
||||
|
||||
Reference in New Issue
Block a user