mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-20 04:50:45 +09:00
23-07-10
mnist 관성의 중요도를 0.3까지 낮춤
This commit is contained in:
8
mnist.py
8
mnist.py
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user