env.yaml 추가 - 가상환경 생성하기 간편하게 하기 위해 추가
@@ -70,7 +70,7 @@ if __name__ == "__main__":
pso_mnist = Optimizer(
model,
loss=loss[0],
n_particles=200,
n_particles=50,
c0=0.35,
c1=0.8,
w_min=0.7,
The note is not visible to the blocked user.