mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
모델과 파티클 클래스에 타입 힌트 추가
This commit is contained in:
@@ -41,7 +41,7 @@ x_train, x_test, y_train, y_test = load_data()
|
||||
|
||||
|
||||
pso_iris = optimizer(
|
||||
model,
|
||||
model=model,
|
||||
loss="categorical_crossentropy",
|
||||
n_particles=100,
|
||||
c0=0.5,
|
||||
|
||||
Reference in New Issue
Block a user