mnist 관성의 중요도를 0.3까지 낮춤
@@ -80,10 +80,10 @@ if __name__ == "__main__":
model,
loss=loss[1],
n_particles=75,
c0=0.35,
c1=0.7,
w_min=0.45,
w_max=0.9,
c0=0.25,
c1=0.4,
w_min=0.3,
w_max=0.7,
negative_swarm=0.2,
mutation_swarm=0.2,
)
The note is not visible to the blocked user.