mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
23-06-29
momentum (관성) -> momentun (돌연변이)로 수정
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,5 +1,13 @@
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# 결과 저장용 디렉토리
|
||||
result/
|
||||
|
||||
# 논문 관련 파일
|
||||
*.pdf
|
||||
result/
|
||||
*.pptx
|
||||
Reference in New Issue
Block a user